#BD774F

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

Shades of Red Damask #BD774F

Tints of Red Damask #BD774F

Color information

#BD774F (or 0xBD774F) is unknown color: approx Red Damask. HEX triplet: BD, 77 and 4F. RGB value is (189,119,79). Sum of RGB (Red+Green+Blue) = 189+119+79=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD774F is #4288B0. Grayscale: #878787. Windows color (decimal): -4360369 or 5207997. OLE color: 5207997.

HSL color Cylindrical-coordinate representation of color #BD774F: hue angle of 21.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD774F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18911979-
CMYK00.370.580.26
HSL21.82º45.45%52.55%-
HSV(B)21.82º58.2%74.12%-
XYZ28.9924.5810.61-
YUV135.3796.19166.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=48.84%
G=30.75%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891197900.370.580.2621.8245.4552.55
HexBD774F0253A1A162d35
Octal2751671170457232265565
Binary101111011110111100111101001011110101101010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD774F; }

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

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

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

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

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

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

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

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