#BB8663

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

Shades of Medium Wood #BB8663

Tints of Medium Wood #BB8663

Color information

#BB8663 (or 0xBB8663) is unknown color: approx Medium Wood. HEX triplet: BB, 86 and 63. RGB value is (187,134,99). Sum of RGB (Red+Green+Blue) = 187+134+99=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8663 is #44799C. Grayscale: #929292. Windows color (decimal): -4487581 or 6522555. OLE color: 6522555.

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

Color convert

RGB18713499-
CMYK00.280.470.27
HSL23.86º39.29%56.08%-
HSV(B)23.86º47.06%73.33%-
XYZ31.2728.5215.66-
YUV145.86101.56157.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=44.52%
G=31.90%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871349900.280.470.2723.8639.2956.08
HexBB866301C2F1B182738
Octal2732061430345733304770
Binary101110111000011011000110111001011111101111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8663; }

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

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

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

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

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

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

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

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