#BB8E57

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

Shades of Twine #BB8E57

Tints of Twine #BB8E57

Color information

#BB8E57 (or 0xBB8E57) is unknown color: approx Twine. HEX triplet: BB, 8E and 57. RGB value is (187,142,87). Sum of RGB (Red+Green+Blue) = 187+142+87=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E57 is #4471A8. Grayscale: #959595. Windows color (decimal): -4485545 or 5738171. OLE color: 5738171.

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

Color convert

RGB18714287-
CMYK00.240.530.27
HSL33º42.37%53.73%-
HSV(B)33º53.48%73.33%-
XYZ31.8930.613.24-
YUV149.1892.91154.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=44.95%
G=34.13%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871428700.240.530.273342.3753.73
HexBB8E57018351B212a36
Octal2732161270306533415266
Binary1011101110001110101011101100011010111011100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E57; }

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

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

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

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

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

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

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

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