#BB7054

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

Shades of Red Damask #BB7054

Tints of Red Damask #BB7054

Color information

#BB7054 (or 0xBB7054) is unknown color: approx Red Damask. HEX triplet: BB, 70 and 54. RGB value is (187,112,84). Sum of RGB (Red+Green+Blue) = 187+112+84=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7054 is #448FAB. Grayscale: #838383. Windows color (decimal): -4493228 or 5533883. OLE color: 5533883.

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

Color convert

RGB18711284-
CMYK00.400.550.27
HSL16.31º43.1%53.14%-
HSV(B)16.31º55.08%73.33%-
XYZ27.8922.7911.32-
YUV131.23101.35167.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=48.83%
G=29.24%
B=21.93%

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
Decimal1871128400.400.550.2716.3143.153.14
HexBB7054028371B102b35
Octal2731601240506733205365
Binary101110111110000101010001010001101111101110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7054; }

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

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

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

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

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

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

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

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