#BB7550

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

Shades of Red Damask #BB7550

Tints of Red Damask #BB7550

Color information

#BB7550 (or 0xBB7550) is unknown color: approx Red Damask. HEX triplet: BB, 75 and 50. RGB value is (187,117,80). Sum of RGB (Red+Green+Blue) = 187+117+80=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7550 is #448AAF. Grayscale: #858585. Windows color (decimal): -4491952 or 5273019. OLE color: 5273019.

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

Color convert

RGB18711780-
CMYK00.370.570.27
HSL20.75º44.03%52.35%-
HSV(B)20.75º57.22%73.33%-
XYZ28.323.8710.7-
YUV133.7197.69166.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=48.70%
G=30.47%
B=20.83%

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
Decimal1871178000.370.570.2720.7544.0352.35
HexBB7550025391B152c34
Octal2731651200457133255464
Binary101110111110101101000001001011110011101110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7550; }

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

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

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

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

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

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

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

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