#BB9254

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

Shades of Twine #BB9254

Tints of Twine #BB9254

Color information

#BB9254 (or 0xBB9254) is unknown color: approx Twine. HEX triplet: BB, 92 and 54. RGB value is (187,146,84). Sum of RGB (Red+Green+Blue) = 187+146+84=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9254 is #446DAB. Grayscale: #979797. Windows color (decimal): -4484524 or 5542587. OLE color: 5542587.

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

Color convert

RGB18714684-
CMYK00.220.550.27
HSL36.12º43.1%53.14%-
HSV(B)36.12º55.08%73.33%-
XYZ32.3731.7612.81-
YUV151.1990.08153.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=44.84%
G=35.01%
B=20.14%

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
Decimal1871468400.220.550.2736.1243.153.14
HexBB9254016371B242b35
Octal2732221240266733445365
Binary1011101110010010101010001011011011111011100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9254; }

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

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

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

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

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

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

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

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