#BD724B

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

Shades of Red Damask #BD724B

Tints of Red Damask #BD724B

Color information

#BD724B (or 0xBD724B) is unknown color: approx Red Damask. HEX triplet: BD, 72 and 4B. RGB value is (189,114,75). Sum of RGB (Red+Green+Blue) = 189+114+75=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD724B is #428DB4. Grayscale: #848484. Windows color (decimal): -4361653 or 4944573. OLE color: 4944573.

HSL color Cylindrical-coordinate representation of color #BD724B: hue angle of 20.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD724B is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18911475-
CMYK00.400.600.26
HSL20.53º46.34%51.76%-
HSV(B)20.53º60.32%74.12%-
XYZ28.2723.369.68-
YUV131.9895.85168.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=50%
G=30.16%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891147500.400.600.2620.5346.3451.76
HexBD724B0283C1A152e34
Octal2751621130507432255664
Binary101111011110010100101101010001111001101010101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD724B; }

 p { color: rgb(189,114,75); }

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

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

 a { background-color: rgb(189,114,75); }

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

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

 span { border-color: rgb(189,114,75); }

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