#BB8768

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

Shades of Medium Wood #BB8768

Tints of Medium Wood #BB8768

Color information

#BB8768 (or 0xBB8768) is unknown color: approx Medium Wood. HEX triplet: BB, 87 and 68. RGB value is (187,135,104). Sum of RGB (Red+Green+Blue) = 187+135+104=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8768 is #447897. Grayscale: #939393. Windows color (decimal): -4487320 or 6850491. OLE color: 6850491.

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

Color convert

RGB187135104-
CMYK00.280.440.27
HSL22.41º37.9%57.06%-
HSV(B)22.41º44.39%73.33%-
XYZ31.6628.8917-
YUV147.01103.73156.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=43.90%
G=31.69%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713510400.280.440.2722.4137.957.06
HexBB876801C2C1B162639
Octal2732071500345433264671
Binary101110111000011111010000111001011001101110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8768; }

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

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

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

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

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

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

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

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