#BB8959

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

Shades of Twine #BB8959

Tints of Twine #BB8959

Color information

#BB8959 (or 0xBB8959) is unknown color: approx Twine. HEX triplet: BB, 89 and 59. RGB value is (187,137,89). Sum of RGB (Red+Green+Blue) = 187+137+89=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8959 is #4476A6. Grayscale: #929292. Windows color (decimal): -4486823 or 5867963. OLE color: 5867963.

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

Color convert

RGB18713789-
CMYK00.270.520.27
HSL29.39º41.88%54.12%-
HSV(B)29.39º52.41%73.33%-
XYZ31.2429.1813.44-
YUV146.4895.57156.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=45.28%
G=33.17%
B=21.55%

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
Decimal1871378900.270.520.2729.3941.8854.12
HexBB895901B341B1d2a36
Octal2732111310336433355266
Binary101110111000100110110010110111101001101111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8959; }

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

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

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

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

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

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

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

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