Html Css Color HEX #BA7856 Red Damask

📋 copy color: '#BA7856'

red 186 ◦ green 120 ◦ blue 86

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

Shades of Red Damask #BA7856

Tints of Red Damask #BA7856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 47.45%
G = 30.61%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA7856 (or 0xBA7856) is known color: Red Damask. HEX triplet: BA, 78 and 56. RGB value is (186,120,86). Sum of RGB (Red+Green+Blue) = 186+120+86=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7856 is #4587A9. Grayscale: #888888. Windows color (decimal): -4556714 or 5667002. OLE color: 5667002.

HSL color Cylindrical-coordinate representation of color #BA7856: hue angle of 20.4º 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 #BA7856 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 86 -
CMYK 0 0.35 0.54 0.27
HSL 20.4º 0.42% 0.53% -
HSV(B) 20.4º 0.54% 0.73% -
XYZ 28.65 24.54 12.03 -
YUV 135.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 186 120 86 0 0.35 0.54 0.27 20.4 0.42 0.53
Hex BA 78 56 0 23 36 1B 14 2A 35
Octal 272 170 126 0 43 66 33 24 52 65
Binary 10111010 1111000 1010110 0 100011 110110 11011 10100 101010 110101

Color Harmonies of #BA7856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7856

Black with #BA7856

Text Example


Text Example

White with #BA7856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7856; }

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

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

background-color css

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

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

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

border-color css

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

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

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