#BB8C56

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

Shades of Twine #BB8C56

Tints of Twine #BB8C56

Color information

#BB8C56 (or 0xBB8C56) is unknown color: approx Twine. HEX triplet: BB, 8C and 56. RGB value is (187,140,86). Sum of RGB (Red+Green+Blue) = 187+140+86=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C56 is #4473A9. Grayscale: #949494. Windows color (decimal): -4486058 or 5672123. OLE color: 5672123.

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

Color convert

RGB18714086-
CMYK00.250.540.27
HSL32.08º42.62%53.53%-
HSV(B)32.08º54.01%73.33%-
XYZ31.5529.9912.93-
YUV147.993.07155.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 86 (33.98% from 255) = 20.82%
R=45.28%
G=33.90%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871408600.250.540.2732.0842.6253.53
HexBB8C56019361B202b36
Octal2732141260316633405366
Binary1011101110001100101011001100111011011011100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8C56; }

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

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

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

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

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

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

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

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