#BB8462

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

Shades of Medium Wood #BB8462

Tints of Medium Wood #BB8462

Color information

#BB8462 (or 0xBB8462) is unknown color: approx Medium Wood. HEX triplet: BB, 84 and 62. RGB value is (187,132,98). Sum of RGB (Red+Green+Blue) = 187+132+98=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8462 is #447B9D. Grayscale: #909090. Windows color (decimal): -4488094 or 6456507. OLE color: 6456507.

HSL color Cylindrical-coordinate representation of color #BB8462: hue angle of 22.92º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB8462 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18713298-
CMYK00.290.480.27
HSL22.92º39.56%55.88%-
HSV(B)22.92º47.59%73.33%-
XYZ30.9527.9515.32-
YUV144.57101.72158.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=44.84%
G=31.65%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871329800.290.480.2722.9239.5655.88
HexBB846201D301B172838
Octal2732041420356033275070
Binary101110111000010011000100111011100001101110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8462; }

 p { color: rgb(187,132,98); }

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

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

 a { background-color: rgb(187,132,98); }

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

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

 span { border-color: rgb(187,132,98); }

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