#BD7855

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

Shades of Red Damask #BD7855

Tints of Red Damask #BD7855

Color information

#BD7855 (or 0xBD7855) is unknown color: approx Red Damask. HEX triplet: BD, 78 and 55. RGB value is (189,120,85). Sum of RGB (Red+Green+Blue) = 189+120+85=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7855 is #4287AA. Grayscale: #888888. Windows color (decimal): -4360107 or 5601469. OLE color: 5601469.

HSL color Cylindrical-coordinate representation of color #BD7855: hue angle of 20.19º 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 #BD7855 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB18912085-
CMYK00.370.550.26
HSL20.19º44.07%53.73%-
HSV(B)20.19º55.03%74.12%-
XYZ29.3424.9111.86-
YUV136.6498.86165.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=47.97%
G=30.46%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891208500.370.550.2620.1944.0753.73
HexBD7855025371A142c36
Octal2751701250456732245466
Binary101111011111000101010101001011101111101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7855; }

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

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

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

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

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

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

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

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