COLOR #BB9063

HEX: #BB9063
RGB: (187,144,99)

Color info

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

RGB color model

#BB9063 color RGB value is (187,144,99).

  • red value is 187;
  • green value is 144;
  • blue value is 99.
RGB:
(187,144,99)
(73%,56%,39%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 99 of 255 = 39%

187
144
99

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

Portions of RGB colors in percentages

R + G + B =
187 + 144 + 99 = 430 (100%)
R 187 of 430 ~ 43.49%
G 144 of 430 ~ 33.49%
B 99 of 430 ~ 23.02%

%43.49
%33.49
%23.02

CMYK color model

#BB9063 color CMYK value is (0,23,47,27).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 47.06%
  • key color value is 26.67%
CMYK:
(0,23,47,27)
C0M23Y47K27 
(0%,23%,47%,27%)
(0.00/0.23/0.47/0.27)	

CMYK percentages

%0
%22.99
%47.06
%26.67

Codes

Color #BB9063 in popluar color models

BB9063
RGB18714499
HSL31°39.29%56.08%
HSB/HSV31°47.06%73.33%
CMYK0.00%22.99%47.06%
26.67%

Color #BB9063 in popluar number systems.

HEXBB9063
Decimal18714499
Binary10111011100100001100011
Octal273220143

Shades and tints

Shades of #BB9063

#BB9063
(187,144,99)
#AA835A
(170,131,90)
#997651
(153,118,81)
#886948
(136,105,72)
#775C3F
(119,92,63)
#664F36
(102,79,54)
#55422D
(85,66,45)
#443524
(68,53,36)
#33281B
(51,40,27)
#221B12
(34,27,18)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #BB9063

#BB9063
(187,144,99)
#C19A71
(193,154,113)
#C7A47F
(199,164,127)
#CDAE8D
(205,174,141)
#D3B89B
(211,184,155)
#D9C2A9
(217,194,169)
#DFCCB7
(223,204,183)
#E5D6C5
(229,214,197)
#EBE0D3
(235,224,211)
#F1EAE1
(241,234,225)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9063 color. Also use rgb(187,144,99) instead hex code.

Text Font Color

.myTextColor { color: #BB9063; }

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

This text font color is #BB9063.


Background Color

.myBgColor { background-color: #BB9063; }

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

This div background color is #BB9063.


Border color

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

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

This div border color is #BB9063.


Opacity

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

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

Text with #BB9063 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 #BB9063;}

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

This text has shadow with #BB9063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9063 on black background.


Color preview on white background

This text has color #BB9063 on white background.



Black color preview on #BB9063 background

This text has black color on #BB9063 background.


White color preview on #BB9063 background

This text has white color on #BB9063 background.