#BD7A55

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

Shades of Red Damask #BD7A55

Tints of Red Damask #BD7A55

Color information

#BD7A55 (or 0xBD7A55) is unknown color: approx Red Damask. HEX triplet: BD, 7A and 55. RGB value is (189,122,85). Sum of RGB (Red+Green+Blue) = 189+122+85=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A55 is #4285AA. Grayscale: #8A8A8A. Windows color (decimal): -4359595 or 5601981. OLE color: 5601981.

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

Color convert

RGB18912285-
CMYK00.350.550.26
HSL21.35º44.07%53.73%-
HSV(B)21.35º55.03%74.12%-
XYZ29.5925.3911.94-
YUV137.8298.2164.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=47.73%
G=30.81%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891228500.350.550.2621.3544.0753.73
HexBD7A55023371A152c36
Octal2751721250436732255466
Binary101111011111010101010101000111101111101010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7A55; }

 p { color: rgb(189,122,85); }

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

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

 a { background-color: rgb(189,122,85); }

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

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

 span { border-color: rgb(189,122,85); }

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