#BD7352

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

Shades of Red Damask #BD7352

Tints of Red Damask #BD7352

Color information

#BD7352 (or 0xBD7352) is unknown color: approx Red Damask. HEX triplet: BD, 73 and 52. RGB value is (189,115,82). Sum of RGB (Red+Green+Blue) = 189+115+82=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7352 is #428CAD. Grayscale: #858585. Windows color (decimal): -4361390 or 5403581. OLE color: 5403581.

HSL color Cylindrical-coordinate representation of color #BD7352: hue angle of 18.5º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD7352 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18911582-
CMYK00.390.570.26
HSL18.5º44.77%53.14%-
HSV(B)18.5º56.61%74.12%-
XYZ28.6423.6911.05-
YUV133.3699.02167.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=48.96%
G=29.79%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891158200.390.570.2618.544.7753.14
HexBD7352027391A132d35
Octal2751631220477132235565
Binary101111011110011101001001001111110011101010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7352; }

 p { color: rgb(189,115,82); }

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

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

 a { background-color: rgb(189,115,82); }

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

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

 span { border-color: rgb(189,115,82); }

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