#BB8766

Color #BB8766 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #BB8766

Tints of Medium Wood #BB8766

Color information

#BB8766 (or 0xBB8766) is unknown color: approx Medium Wood. HEX triplet: BB, 87 and 66. RGB value is (187,135,102). Sum of RGB (Red+Green+Blue) = 187+135+102=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8766 is #447899. Grayscale: #929292. Windows color (decimal): -4487322 or 6719419. OLE color: 6719419.

HSL color Cylindrical-coordinate representation of color #BB8766: hue angle of 23.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8766 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187135102-
CMYK00.280.450.27
HSL23.29º38.46%56.67%-
HSV(B)23.29º45.45%73.33%-
XYZ31.5628.8516.48-
YUV146.79102.73156.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=44.10%
G=31.84%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713510200.280.450.2723.2938.4656.67
HexBB876601C2D1B172639
Octal2732071460345533274671
Binary101110111000011111001100111001011011101110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8766; }

 p { color: rgb(187,135,102); }

 H1.HeaderClassName
 {
   color: #BB8766;
 }
 .AnyTagClassName
 {
   color: #BB8766;
 }
</style>
background-color css

<style>
 a { background-color: #BB8766; }

 a { background-color: rgb(187,135,102); }

 div.DivClassName
 {
   background-color: #BB8766;
 }
 .BgClassName
 {
   background-color: #BB8766;
 }
</style>
border-color css

<style>
 span { border-color: #BB8766; }

 span { border-color: rgb(187,135,102); }

 td.TdClassName
 {
   border-color: #BB8766;
 }
 .TagClassName
 {
   border-color: #BB8766;
 }
</style>