#BB7551

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

Shades of Red Damask #BB7551

Tints of Red Damask #BB7551

Color information

#BB7551 (or 0xBB7551) is unknown color: approx Red Damask. HEX triplet: BB, 75 and 51. RGB value is (187,117,81). Sum of RGB (Red+Green+Blue) = 187+117+81=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7551 is #448AAE. Grayscale: #868686. Windows color (decimal): -4491951 or 5338555. OLE color: 5338555.

HSL color Cylindrical-coordinate representation of color #BB7551: hue angle of 20.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB7551 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18711781-
CMYK00.370.570.27
HSL20.38º43.8%52.55%-
HSV(B)20.38º56.68%73.33%-
XYZ28.3423.8810.9-
YUV133.8398.19165.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=48.57%
G=30.39%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871178100.370.570.2720.3843.852.55
HexBB7551025391B142c35
Octal2731651210457133245465
Binary101110111110101101000101001011110011101110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7551; }

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

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

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

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

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

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

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

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