#BB8054

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

Shades of Twine #BB8054

Tints of Twine #BB8054

Color information

#BB8054 (or 0xBB8054) is unknown color: approx Twine. HEX triplet: BB, 80 and 54. RGB value is (187,128,84). Sum of RGB (Red+Green+Blue) = 187+128+84=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8054 is #447FAB. Grayscale: #8C8C8C. Windows color (decimal): -4489132 or 5537979. OLE color: 5537979.

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

Color convert

RGB18712884-
CMYK00.320.550.27
HSL25.63º43.1%53.14%-
HSV(B)25.63º55.08%73.33%-
XYZ29.8126.6411.96-
YUV140.6296.05161.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=46.87%
G=32.08%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871288400.320.550.2725.6343.153.14
HexBB8054020371B1a2b35
Octal2732001240406733325365
Binary1011101110000000101010001000001101111101111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8054; }

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

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

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

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

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

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

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

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