#BB8461

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

Shades of Medium Wood #BB8461

Tints of Medium Wood #BB8461

Color information

#BB8461 (or 0xBB8461) is unknown color: approx Medium Wood. HEX triplet: BB, 84 and 61. RGB value is (187,132,97). Sum of RGB (Red+Green+Blue) = 187+132+97=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8461 is #447B9E. Grayscale: #909090. Windows color (decimal): -4488095 or 6390971. OLE color: 6390971.

HSL color Cylindrical-coordinate representation of color #BB8461: hue angle of 23.33º 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 #BB8461 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18713297-
CMYK00.290.480.27
HSL23.33º39.82%55.69%-
HSV(B)23.33º48.13%73.33%-
XYZ30.927.9315.07-
YUV144.45101.22158.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=44.95%
G=31.73%
B=23.32%

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
Decimal1871329700.290.480.2723.3339.8255.69
HexBB846101D301B172838
Octal2732041410356033275070
Binary101110111000010011000010111011100001101110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8461; }

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

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

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

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

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

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

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

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