#BB9354

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

Shades of Twine #BB9354

Tints of Twine #BB9354

Color information

#BB9354 (or 0xBB9354) is unknown color: approx Twine. HEX triplet: BB, 93 and 54. RGB value is (187,147,84). Sum of RGB (Red+Green+Blue) = 187+147+84=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9354 is #446CAB. Grayscale: #989898. Windows color (decimal): -4484268 or 5542843. OLE color: 5542843.

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

Color convert

RGB18714784-
CMYK00.210.550.27
HSL36.7º43.1%53.14%-
HSV(B)36.7º55.08%73.33%-
XYZ32.5332.0712.86-
YUV151.7889.75153.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=44.74%
G=35.17%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871478400.210.550.2736.743.153.14
HexBB9354015371B252b35
Octal2732231240256733455365
Binary1011101110010011101010001010111011111011100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9354; }

 p { color: rgb(187,147,84); }

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

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

 a { background-color: rgb(187,147,84); }

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

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

 span { border-color: rgb(187,147,84); }

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