#BB9355

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

Shades of Twine #BB9355

Tints of Twine #BB9355

Color information

#BB9355 (or 0xBB9355) is unknown color: approx Twine. HEX triplet: BB, 93 and 55. RGB value is (187,147,85). Sum of RGB (Red+Green+Blue) = 187+147+85=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9355 is #446CAA. Grayscale: #989898. Windows color (decimal): -4484267 or 5608379. OLE color: 5608379.

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

Color convert

RGB18714785-
CMYK00.210.550.27
HSL36.47º42.86%53.33%-
HSV(B)36.47º54.55%73.33%-
XYZ32.5732.0913.07-
YUV151.8990.25153.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 85 (33.59% from 255) = 20.29%
R=44.63%
G=35.08%
B=20.29%

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
Decimal1871478500.210.550.2736.4742.8653.33
HexBB9355015371B242b35
Octal2732231250256733445365
Binary1011101110010011101010101010111011111011100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9355; }

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

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

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

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

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

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

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

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