#BB7554

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

Shades of Red Damask #BB7554

Tints of Red Damask #BB7554

Color information

#BB7554 (or 0xBB7554) is unknown color: approx Red Damask. HEX triplet: BB, 75 and 54. RGB value is (187,117,84). Sum of RGB (Red+Green+Blue) = 187+117+84=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7554 is #448AAB. Grayscale: #868686. Windows color (decimal): -4491948 or 5535163. OLE color: 5535163.

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

Color convert

RGB18711784-
CMYK00.370.550.27
HSL19.22º43.1%53.14%-
HSV(B)19.22º55.08%73.33%-
XYZ28.4623.9311.51-
YUV134.1799.69165.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=48.20%
G=30.15%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871178400.370.550.2719.2243.153.14
HexBB7554025371B132b35
Octal2731651240456733235365
Binary101110111110101101010001001011101111101110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7554; }

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

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

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

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

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

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

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

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