Html Css Color HEX #BD7054 Red Damask

📋 copy color: '#BD7054'

red 189 ◦ green 112 ◦ blue 84

#BD7054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BD7054

Tints of Red Damask #BD7054

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.2% from 255) = 21.82%

R = 49.09%
G = 29.09%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD7054 (or 0xBD7054) is known color: 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

RGB 189 112 84 -
CMYK 0 0.41 0.56 0.26
HSL 16º 0.44% 0.54% -
HSV(B) 16º 0.56% 0.74% -
XYZ 28.38 23.05 11.34 -
YUV 131.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 189 112 84 0 0.41 0.56 0.26 16 0.44 0.54
Hex BD 70 54 0 29 38 1A 10 2C 36
Octal 275 160 124 0 51 70 32 20 54 66
Binary 10111101 1110000 1010100 0 101001 111000 11010 10000 101100 110110

Color Harmonies of #BD7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7054

Black with #BD7054

Text Example


Text Example

White with #BD7054

Text Example


Text Example

HTML Codes & Css Web 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>