Html Css Color HEX #BA7A56 Red Damask

📋 copy color: '#BA7A56'

red 186 ◦ green 122 ◦ blue 86

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

Shades of Red Damask #BA7A56

Tints of Red Damask #BA7A56

RGB

 RED value IS 186 (73.05% from 255) = 47.21%

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

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

R = 47.21%
G = 30.96%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7A56 (or 0xBA7A56) is known color: Red Damask. HEX triplet: BA, 7A and 56. RGB value is (186,122,86). Sum of RGB (Red+Green+Blue) = 186+122+86=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A56 is #4585A9. Grayscale: #898989. Windows color (decimal): -4556202 or 5667514. OLE color: 5667514.

HSL color Cylindrical-coordinate representation of color #BA7A56: hue angle of 21.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA7A56 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 122 86 -
CMYK 0 0.34 0.54 0.27
HSL 21.6º 0.42% 0.53% -
HSV(B) 21.6º 0.54% 0.73% -
XYZ 28.89 25.03 12.11 -
YUV 137.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 186 122 86 0 0.34 0.54 0.27 21.6 0.42 0.53
Hex BA 7A 56 0 22 36 1B 16 2A 35
Octal 272 172 126 0 42 66 33 26 52 65
Binary 10111010 1111010 1010110 0 100010 110110 11011 10110 101010 110101

Color Harmonies of #BA7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A56

Black with #BA7A56

Text Example


Text Example

White with #BA7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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