COLOR #BB815A

HEX: #BB815A
RGB: (187,129,90)

Color info

#BB815A contains mainly red and green colors. Web safe color of #BB815A is #CC9966 (or #C96).

RGB color model

#BB815A color RGB value is (187,129,90).

  • red value is 187;
  • green value is 129;
  • blue value is 90.
RGB:
(187,129,90)
(73%,51%,35%)

RGB channels and saturation

R 187 of 255 = 73%
G 129 of 255 = 51%
B 90 of 255 = 35%

187
129
90

R + G + B ~ 53%. #BB815A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 129 + 90 = 406 (100%)
R 187 of 406 ~ 46.06%
G 129 of 406 ~ 31.77%
B 90 of 406 ~ 22.17%

%46.06
%31.77
%22.17

CMYK color model

#BB815A color CMYK value is (0,31,52,27).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 51.87%
  • key color value is 26.67%
CMYK:
(0,31,52,27)
C0M31Y52K27 
(0%,31%,52%,27%)
(0.00/0.31/0.52/0.27)	

CMYK percentages

%0
%31.02
%51.87
%26.67

Codes

Color #BB815A in popluar color models

BB815A
RGB18712990
HSL24°41.63%54.31%
HSB/HSV24°51.87%73.33%
CMYK0.00%31.02%51.87%
26.67%

Color #BB815A in popluar number systems.

HEXBB815A
Decimal18712990
Binary10111011100000011011010
Octal273201132

Shades and tints

Shades of #BB815A

#BB815A
(187,129,90)
#AA7652
(170,118,82)
#996B4A
(153,107,74)
#886042
(136,96,66)
#77553A
(119,85,58)
#664A32
(102,74,50)
#553F2A
(85,63,42)
#443422
(68,52,34)
#33291A
(51,41,26)
#221E12
(34,30,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #BB815A

#BB815A
(187,129,90)
#C18C69
(193,140,105)
#C79778
(199,151,120)
#CDA287
(205,162,135)
#D3AD96
(211,173,150)
#D9B8A5
(217,184,165)
#DFC3B4
(223,195,180)
#E5CEC3
(229,206,195)
#EBD9D2
(235,217,210)
#F1E4E1
(241,228,225)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB815A color. Also use rgb(187,129,90) instead hex code.

Text Font Color

.myTextColor { color: #BB815A; }

<p style="color:#BB815A">This sample text font color is #BB815A.</p>

This text font color is #BB815A.


Background Color

.myBgColor { background-color: #BB815A; }

<div style="background-color:#BB815A">Inner text</div>

This div background color is #BB815A.


Border color

.myBorderColor { border: 1px solid #BB815A; }

<div style="border:3px solid #BB815A">Div</div>

This div border color is #BB815A.


Opacity

.myOpacity80 { color: #BB815A; opacity: 0.8; }

<p style="color:#BB815A;opacity:0.8;">80%</p>

Text with #BB815A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB815A;}

<p style="text-shadow: 3px 3px 1px #BB815A">Text here.</p>

This text has shadow with #BB815A color.

.textShadow {text-shadow: 3px 3px 1px #BB815A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB815A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB815A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB815A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB815A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB815A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB815A;
  -webkit-box-shadow:	1px 1px 3px 2px #BB815A;
  box-shadow:		1px 1px 3px 2px #BB815A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB815A;
-webkit-box-shadow: 1px 1px 3px 2px #BB815A;
box-shadow:1px 1px 3px 2px #BB815A;">
Div content here</div>
This div box has shadow with color #BB815A.

Preview

Color preview on black background

This text has color #BB815A on black background.


Color preview on white background

This text has color #BB815A on white background.



Black color preview on #BB815A background

This text has black color on #BB815A background.


White color preview on #BB815A background

This text has white color on #BB815A background.