#BB8951

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

Shades of Twine #BB8951

Tints of Twine #BB8951

Color information

#BB8951 (or 0xBB8951) is unknown color: approx Twine. HEX triplet: BB, 89 and 51. RGB value is (187,137,81). Sum of RGB (Red+Green+Blue) = 187+137+81=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8951 is #4476AE. Grayscale: #919191. Windows color (decimal): -4486831 or 5343675. OLE color: 5343675.

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

Color convert

RGB18713781-
CMYK00.270.570.27
HSL31.7º43.8%52.55%-
HSV(B)31.7º56.68%73.33%-
XYZ30.9229.0511.76-
YUV145.5791.57157.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 81 (32.03% from 255) = 20%
R=46.17%
G=33.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871378100.270.570.2731.743.852.55
HexBB895101B391B202c35
Octal2732111210337133405465
Binary1011101110001001101000101101111100111011100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8951; }

 p { color: rgb(187,137,81); }

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

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

 a { background-color: rgb(187,137,81); }

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

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

 span { border-color: rgb(187,137,81); }

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