#BB8059

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

Shades of Twine #BB8059

Tints of Twine #BB8059

Color information

#BB8059 (or 0xBB8059) is unknown color: approx Twine. HEX triplet: BB, 80 and 59. RGB value is (187,128,89). Sum of RGB (Red+Green+Blue) = 187+128+89=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8059 is #447FA6. Grayscale: #8D8D8D. Windows color (decimal): -4489127 or 5865659. OLE color: 5865659.

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

Color convert

RGB18712889-
CMYK00.320.520.27
HSL23.88º41.88%54.12%-
HSV(B)23.88º52.41%73.33%-
XYZ30.0226.7213.03-
YUV141.298.55160.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=46.29%
G=31.68%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871288900.320.520.2723.8841.8854.12
HexBB8059020341B182a36
Octal2732001310406433305266
Binary1011101110000000101100101000001101001101111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8059; }

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

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

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

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

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

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

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

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