#BB895F

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

Shades of Twine #BB895F

Tints of Twine #BB895F

Color information

#BB895F (or 0xBB895F) is unknown color: approx Twine. HEX triplet: BB, 89 and 5F. RGB value is (187,137,95). Sum of RGB (Red+Green+Blue) = 187+137+95=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB895F is #4476A0. Grayscale: #939393. Windows color (decimal): -4486817 or 6261179. OLE color: 6261179.

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

Color convert

RGB18713795-
CMYK00.270.490.27
HSL27.39º40.35%55.29%-
HSV(B)27.39º49.2%73.33%-
XYZ31.529.2814.82-
YUV147.1698.57156.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=44.63%
G=32.70%
B=22.67%

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
Decimal1871379500.270.490.2727.3940.3555.29
HexBB895F01B311B1b2837
Octal2732111370336133335067
Binary101110111000100110111110110111100011101111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB895F; }

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

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

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

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

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

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

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

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