#BB8463

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

Shades of Medium Wood #BB8463

Tints of Medium Wood #BB8463

Color information

#BB8463 (or 0xBB8463) is unknown color: approx Medium Wood. HEX triplet: BB, 84 and 63. RGB value is (187,132,99). Sum of RGB (Red+Green+Blue) = 187+132+99=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8463 is #447B9C. Grayscale: #909090. Windows color (decimal): -4488093 or 6522043. OLE color: 6522043.

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

Color convert

RGB18713299-
CMYK00.290.470.27
HSL22.5º39.29%56.08%-
HSV(B)22.5º47.06%73.33%-
XYZ3127.9715.57-
YUV144.68102.22158.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=44.74%
G=31.58%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871329900.290.470.2722.539.2956.08
HexBB846301D2F1B172738
Octal2732041430355733274770
Binary101110111000010011000110111011011111101110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8463; }

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

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

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

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

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

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

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

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