#BB885F

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

Shades of Twine #BB885F

Tints of Twine #BB885F

Color information

#BB885F (or 0xBB885F) is unknown color: approx Twine. HEX triplet: BB, 88 and 5F. RGB value is (187,136,95). Sum of RGB (Red+Green+Blue) = 187+136+95=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB885F is #4477A0. Grayscale: #929292. Windows color (decimal): -4487073 or 6260923. OLE color: 6260923.

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

Color convert

RGB18713695-
CMYK00.270.490.27
HSL26.74º40.35%55.29%-
HSV(B)26.74º49.2%73.33%-
XYZ31.362914.77-
YUV146.5898.9156.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=44.74%
G=32.54%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871369500.270.490.2726.7440.3555.29
HexBB885F01B311B1b2837
Octal2732101370336133335067
Binary101110111000100010111110110111100011101111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB885F; }

 p { color: rgb(187,136,95); }

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

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

 a { background-color: rgb(187,136,95); }

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

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

 span { border-color: rgb(187,136,95); }

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