Html Css Color HEX #BA7753 Red Damask

📋 copy color: '#BA7753'

red 186 ◦ green 119 ◦ blue 83

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

Shades of Red Damask #BA7753

Tints of Red Damask #BA7753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 47.94%
G = 30.67%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA7753 (or 0xBA7753) is known color: Red Damask. HEX triplet: BA, 77 and 53. RGB value is (186,119,83). Sum of RGB (Red+Green+Blue) = 186+119+83=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7753 is #4588AC. Grayscale: #878787. Windows color (decimal): -4556973 or 5470138. OLE color: 5470138.

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

Color convert

RGB 186 119 83 -
CMYK 0 0.36 0.55 0.27
HSL 20.97º 0.43% 0.53% -
HSV(B) 20.97º 0.55% 0.73% -
XYZ 28.41 24.26 11.37 -
YUV 134.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 186 119 83 0 0.36 0.55 0.27 20.97 0.43 0.53
Hex BA 77 53 0 24 37 1B 15 2B 35
Octal 272 167 123 0 44 67 33 25 53 65
Binary 10111010 1110111 1010011 0 100100 110111 11011 10101 101011 110101

Color Harmonies of #BA7753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7753

Black with #BA7753

Text Example


Text Example

White with #BA7753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7753; }

 p { color: rgb(186,119,83); }

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

background-color css

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

 a { background-color: rgb(186,119,83); }

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

border-color css

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

 span { border-color: rgb(186,119,83); }

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