Html Css Color HEX #BD7A56 Red Damask

📋 copy color: '#BD7A56'

red 189 ◦ green 122 ◦ blue 86

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

Shades of Red Damask #BD7A56

Tints of Red Damask #BD7A56

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 122 (48.05% from 255) = 30.73%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 47.61%
G = 30.73%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD7A56 (or 0xBD7A56) is known color: Red Damask. HEX triplet: BD, 7A and 56. RGB value is (189,122,86). Sum of RGB (Red+Green+Blue) = 189+122+86=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A56 is #4285A9. Grayscale: #8A8A8A. Windows color (decimal): -4359594 or 5667517. OLE color: 5667517.

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

Color convert

RGB 189 122 86 -
CMYK 0 0.35 0.54 0.26
HSL 20.97º 0.44% 0.54% -
HSV(B) 20.97º 0.54% 0.74% -
XYZ 29.63 25.41 12.15 -
YUV 137.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 189 122 86 0 0.35 0.54 0.26 20.97 0.44 0.54
Hex BD 7A 56 0 23 36 1A 15 2C 36
Octal 275 172 126 0 43 66 32 25 54 66
Binary 10111101 1111010 1010110 0 100011 110110 11010 10101 101100 110110

Color Harmonies of #BD7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A56

Black with #BD7A56

Text Example


Text Example

White with #BD7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A56; }

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

 H1.HeaderClassName
 {
   color: #BD7A56;
 }
 .AnyTagClassName
 {
   color: #BD7A56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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