#BB8C57

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

Shades of Twine #BB8C57

Tints of Twine #BB8C57

Color information

#BB8C57 (or 0xBB8C57) is unknown color: approx Twine. HEX triplet: BB, 8C and 57. RGB value is (187,140,87). Sum of RGB (Red+Green+Blue) = 187+140+87=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C57 is #4473A8. Grayscale: #949494. Windows color (decimal): -4486057 or 5737659. OLE color: 5737659.

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

Color convert

RGB18714087-
CMYK00.250.530.27
HSL31.8º42.37%53.73%-
HSV(B)31.8º53.48%73.33%-
XYZ31.5930.0113.14-
YUV148.0193.57155.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=45.17%
G=33.82%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871408700.250.530.2731.842.3753.73
HexBB8C57019351B202a36
Octal2732141270316533405266
Binary1011101110001100101011101100111010111011100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8C57; }

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

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

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

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

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

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

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

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