#BB8960

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

Shades of Twine #BB8960

Tints of Twine #BB8960

Color information

#BB8960 (or 0xBB8960) is unknown color: approx Twine. HEX triplet: BB, 89 and 60. RGB value is (187,137,96). Sum of RGB (Red+Green+Blue) = 187+137+96=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8960 is #44769F. Grayscale: #939393. Windows color (decimal): -4486816 or 6326715. OLE color: 6326715.

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

Color convert

RGB18713796-
CMYK00.270.490.27
HSL27.03º40.09%55.49%-
HSV(B)27.03º48.66%73.33%-
XYZ31.5529.315.06-
YUV147.2899.07156.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=44.52%
G=32.62%
B=22.86%

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
Decimal1871379600.270.490.2727.0340.0955.49
HexBB896001B311B1b2837
Octal2732111400336133335067
Binary101110111000100111000000110111100011101111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8960; }

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

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

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

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

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

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

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

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