#BB8554

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

Shades of Twine #BB8554

Tints of Twine #BB8554

Color information

#BB8554 (or 0xBB8554) is unknown color: approx Twine. HEX triplet: BB, 85 and 54. RGB value is (187,133,84). Sum of RGB (Red+Green+Blue) = 187+133+84=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8554 is #447AAB. Grayscale: #8F8F8F. Windows color (decimal): -4487852 or 5539259. OLE color: 5539259.

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

Color convert

RGB18713384-
CMYK00.290.550.27
HSL28.54º43.1%53.14%-
HSV(B)28.54º55.08%73.33%-
XYZ30.4827.9812.18-
YUV143.5694.39158.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=46.29%
G=32.92%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871338400.290.550.2728.5443.153.14
HexBB855401D371B1d2b35
Octal2732051240356733355365
Binary101110111000010110101000111011101111101111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8554; }

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

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

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

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

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

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

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

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