#BB8E55

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

Shades of Twine #BB8E55

Tints of Twine #BB8E55

Color information

#BB8E55 (or 0xBB8E55) is unknown color: approx Twine. HEX triplet: BB, 8E and 55. RGB value is (187,142,85). Sum of RGB (Red+Green+Blue) = 187+142+85=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E55 is #4471AA. Grayscale: #959595. Windows color (decimal): -4485547 or 5607099. OLE color: 5607099.

HSL color Cylindrical-coordinate representation of color #BB8E55: hue angle of 33.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB8E55 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18714285-
CMYK00.240.550.27
HSL33.53º42.86%53.33%-
HSV(B)33.53º54.55%73.33%-
XYZ31.8130.5712.82-
YUV148.9691.91155.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=45.17%
G=34.30%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871428500.240.550.2733.5342.8653.33
HexBB8E55018371B222b35
Octal2732161250306733425365
Binary1011101110001110101010101100011011111011100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E55; }

 p { color: rgb(187,142,85); }

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

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

 a { background-color: rgb(187,142,85); }

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

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

 span { border-color: rgb(187,142,85); }

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