#BD7054

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

Shades of Red Damask #BD7054

Tints of Red Damask #BD7054

Color information

#BD7054 (or 0xBD7054) is unknown color: approx Red Damask. HEX triplet: BD, 70 and 54. RGB value is (189,112,84). Sum of RGB (Red+Green+Blue) = 189+112+84=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7054 is #428FAB. Grayscale: #848484. Windows color (decimal): -4362156 or 5533885. OLE color: 5533885.

HSL color Cylindrical-coordinate representation of color #BD7054: hue angle of 16º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD7054 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18911284-
CMYK00.410.560.26
HSL16º44.3%53.53%-
HSV(B)16º55.56%74.12%-
XYZ28.3823.0511.34-
YUV131.83101.01168.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=49.09%
G=29.09%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891128400.410.560.261644.353.53
HexBD7054029381A102c36
Octal2751601240517032205466
Binary101111011110000101010001010011110001101010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7054; }

 p { color: rgb(189,112,84); }

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

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

 a { background-color: rgb(189,112,84); }

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

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

 span { border-color: rgb(189,112,84); }

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