#BB8859

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

Shades of Twine #BB8859

Tints of Twine #BB8859

Color information

#BB8859 (or 0xBB8859) is unknown color: approx Twine. HEX triplet: BB, 88 and 59. RGB value is (187,136,89). Sum of RGB (Red+Green+Blue) = 187+136+89=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8859 is #4477A6. Grayscale: #929292. Windows color (decimal): -4487079 or 5867707. OLE color: 5867707.

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

Color convert

RGB18713689-
CMYK00.270.520.27
HSL28.78º41.88%54.12%-
HSV(B)28.78º52.41%73.33%-
XYZ31.128.8913.39-
YUV145.8995.9157.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=45.39%
G=33.01%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871368900.270.520.2728.7841.8854.12
HexBB885901B341B1d2a36
Octal2732101310336433355266
Binary101110111000100010110010110111101001101111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8859; }

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

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

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

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

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

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

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

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