#BB7254

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

Shades of Red Damask #BB7254

Tints of Red Damask #BB7254

Color information

#BB7254 (or 0xBB7254) is unknown color: approx Red Damask. HEX triplet: BB, 72 and 54. RGB value is (187,114,84). Sum of RGB (Red+Green+Blue) = 187+114+84=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7254 is #448DAB. Grayscale: #848484. Windows color (decimal): -4492716 or 5534395. OLE color: 5534395.

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

Color convert

RGB18711484-
CMYK00.390.550.27
HSL17.48º43.1%53.14%-
HSV(B)17.48º55.08%73.33%-
XYZ28.1123.2411.39-
YUV132.41100.68166.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=48.57%
G=29.61%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871148400.390.550.2717.4843.153.14
HexBB7254027371B112b35
Octal2731621240476733215365
Binary101110111110010101010001001111101111101110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7254; }

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

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

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

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

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

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

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

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