#BD724F

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

Shades of Red Damask #BD724F

Tints of Red Damask #BD724F

Color information

#BD724F (or 0xBD724F) is unknown color: approx Red Damask. HEX triplet: BD, 72 and 4F. RGB value is (189,114,79). Sum of RGB (Red+Green+Blue) = 189+114+79=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD724F is #428DB0. Grayscale: #848484. Windows color (decimal): -4361649 or 5206717. OLE color: 5206717.

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

Color convert

RGB18911479-
CMYK00.400.580.26
HSL19.09º45.45%52.55%-
HSV(B)19.09º58.2%74.12%-
XYZ28.4123.4210.42-
YUV132.4497.85168.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=49.48%
G=29.84%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891147900.400.580.2619.0945.4552.55
HexBD724F0283A1A132d35
Octal2751621170507232235565
Binary101111011110010100111101010001110101101010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD724F; }

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

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

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

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

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

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

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

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