#BB8A54

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

Shades of Twine #BB8A54

Tints of Twine #BB8A54

Color information

#BB8A54 (or 0xBB8A54) is unknown color: approx Twine. HEX triplet: BB, 8A and 54. RGB value is (187,138,84). Sum of RGB (Red+Green+Blue) = 187+138+84=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A54 is #4475AB. Grayscale: #929292. Windows color (decimal): -4486572 or 5540539. OLE color: 5540539.

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

Color convert

RGB18713884-
CMYK00.260.550.27
HSL31.46º43.1%53.14%-
HSV(B)31.46º55.08%73.33%-
XYZ31.1829.3812.42-
YUV146.4992.73156.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=45.72%
G=33.74%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871388400.260.550.2731.4643.153.14
HexBB8A5401A371B1f2b35
Octal2732121240326733375365
Binary101110111000101010101000110101101111101111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A54; }

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

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

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

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

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

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

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

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