#BB8D59

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

Shades of Twine #BB8D59

Tints of Twine #BB8D59

Color information

#BB8D59 (or 0xBB8D59) is unknown color: approx Twine. HEX triplet: BB, 8D and 59. RGB value is (187,141,89). Sum of RGB (Red+Green+Blue) = 187+141+89=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D59 is #4472A6. Grayscale: #959595. Windows color (decimal): -4485799 or 5868987. OLE color: 5868987.

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

Color convert

RGB18714189-
CMYK00.250.520.27
HSL31.84º41.88%54.12%-
HSV(B)31.84º52.41%73.33%-
XYZ31.8230.3413.63-
YUV148.8394.24155.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=44.84%
G=33.81%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871418900.250.520.2731.8441.8854.12
HexBB8D59019341B202a36
Octal2732151310316433405266
Binary1011101110001101101100101100111010011011100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D59; }

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

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

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

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

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

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

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

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