Html Css Color HEX #BA7650 Red Damask

📋 copy color: '#BA7650'

red 186 ◦ green 118 ◦ blue 80

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

Shades of Red Damask #BA7650

Tints of Red Damask #BA7650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 48.44%
G = 30.73%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7650 (or 0xBA7650) is known color: Red Damask. HEX triplet: BA, 76 and 50. RGB value is (186,118,80). Sum of RGB (Red+Green+Blue) = 186+118+80=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7650 is #4589AF. Grayscale: #868686. Windows color (decimal): -4557232 or 5273274. OLE color: 5273274.

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

Color convert

RGB 186 118 80 -
CMYK 0 0.37 0.57 0.27
HSL 21.51º 0.43% 0.52% -
HSV(B) 21.51º 0.57% 0.73% -
XYZ 28.18 23.98 10.73 -
YUV 134 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 186 118 80 0 0.37 0.57 0.27 21.51 0.43 0.52
Hex BA 76 50 0 25 39 1B 16 2B 34
Octal 272 166 120 0 45 71 33 26 53 64
Binary 10111010 1110110 1010000 0 100101 111001 11011 10110 101011 110100

Color Harmonies of #BA7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7650

Black with #BA7650

Text Example


Text Example

White with #BA7650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7650; }

 p { color: rgb(186,118,80); }

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

background-color css

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

 a { background-color: rgb(186,118,80); }

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

border-color css

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

 span { border-color: rgb(186,118,80); }

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