#BB7055

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

Shades of Red Damask #BB7055

Tints of Red Damask #BB7055

Color information

#BB7055 (or 0xBB7055) is unknown color: approx Red Damask. HEX triplet: BB, 70 and 55. RGB value is (187,112,85). Sum of RGB (Red+Green+Blue) = 187+112+85=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7055 is #448FAA. Grayscale: #838383. Windows color (decimal): -4493227 or 5599419. OLE color: 5599419.

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

Color convert

RGB18711285-
CMYK00.400.550.27
HSL15.88º42.86%53.33%-
HSV(B)15.88º54.55%73.33%-
XYZ27.9322.8111.52-
YUV131.35101.85167.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=48.70%
G=29.17%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871128500.400.550.2715.8842.8653.33
HexBB7055028371B102b35
Octal2731601250506733205365
Binary101110111110000101010101010001101111101110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7055; }

 p { color: rgb(187,112,85); }

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

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

 a { background-color: rgb(187,112,85); }

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

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

 span { border-color: rgb(187,112,85); }

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