#BB9255

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

Shades of Twine #BB9255

Tints of Twine #BB9255

Color information

#BB9255 (or 0xBB9255) is unknown color: approx Twine. HEX triplet: BB, 92 and 55. RGB value is (187,146,85). Sum of RGB (Red+Green+Blue) = 187+146+85=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9255 is #446DAA. Grayscale: #979797. Windows color (decimal): -4484523 or 5608123. OLE color: 5608123.

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

Color convert

RGB18714685-
CMYK00.220.550.27
HSL35.88º42.86%53.33%-
HSV(B)35.88º54.55%73.33%-
XYZ32.4131.7813.02-
YUV151.390.58153.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=44.74%
G=34.93%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871468500.220.550.2735.8842.8653.33
HexBB9255016371B242b35
Octal2732221250266733445365
Binary1011101110010010101010101011011011111011100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9255; }

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

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

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

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

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

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

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

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