#BD7755

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

Shades of Red Damask #BD7755

Tints of Red Damask #BD7755

Color information

#BD7755 (or 0xBD7755) is unknown color: approx Red Damask. HEX triplet: BD, 77 and 55. RGB value is (189,119,85). Sum of RGB (Red+Green+Blue) = 189+119+85=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7755 is #4288AA. Grayscale: #888888. Windows color (decimal): -4360363 or 5601213. OLE color: 5601213.

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

Color convert

RGB18911985-
CMYK00.370.550.26
HSL19.62º44.07%53.73%-
HSV(B)19.62º55.03%74.12%-
XYZ29.2224.6711.82-
YUV136.0599.19165.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=48.09%
G=30.28%
B=21.63%

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
Decimal1891198500.370.550.2619.6244.0753.73
HexBD7755025371A142c36
Octal2751671250456732245466
Binary101111011110111101010101001011101111101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7755; }

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

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

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

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

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

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

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

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