#BD714D

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

Shades of Red Damask #BD714D

Tints of Red Damask #BD714D

Color information

#BD714D (or 0xBD714D) is unknown color: approx Red Damask. HEX triplet: BD, 71 and 4D. RGB value is (189,113,77). Sum of RGB (Red+Green+Blue) = 189+113+77=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD714D is #428EB2. Grayscale: #838383. Windows color (decimal): -4361907 or 5075389. OLE color: 5075389.

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

Color convert

RGB18911377-
CMYK00.400.590.26
HSL19.29º45.9%52.16%-
HSV(B)19.29º59.26%74.12%-
XYZ28.2323.1610-
YUV131.6297.18168.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=49.87%
G=29.82%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891137700.400.590.2619.2945.952.16
HexBD714D0283B1A132e34
Octal2751611150507332235664
Binary101111011110001100110101010001110111101010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD714D; }

 p { color: rgb(189,113,77); }

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

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

 a { background-color: rgb(189,113,77); }

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

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

 span { border-color: rgb(189,113,77); }

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