Html Css Color HEX #BA704A Red Damask

📋 copy color: '#BA704A'

red 186 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #BA704A

Tints of Red Damask #BA704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 50%
G = 30.11%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA704A (or 0xBA704A) is known color: Red Damask. HEX triplet: BA, 70 and 4A. RGB value is (186,112,74). Sum of RGB (Red+Green+Blue) = 186+112+74=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA704A is #458FB5. Grayscale: #828282. Windows color (decimal): -4558774 or 4878522. OLE color: 4878522.

HSL color Cylindrical-coordinate representation of color #BA704A: hue angle of 20.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA704A is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 74 -
CMYK 0 0.40 0.60 0.27
HSL 20.36º 0.45% 0.51% -
HSV(B) 20.36º 0.6% 0.73% -
XYZ 27.28 22.52 9.39 -
YUV 129.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 186 112 74 0 0.40 0.60 0.27 20.36 0.45 0.51
Hex BA 70 4A 0 28 3C 1B 14 2D 33
Octal 272 160 112 0 50 74 33 24 55 63
Binary 10111010 1110000 1001010 0 101000 111100 11011 10100 101101 110011

Color Harmonies of #BA704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA704A

Black with #BA704A

Text Example


Text Example

White with #BA704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA704A; }

 p { color: rgb(186,112,74); }

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

background-color css

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

 a { background-color: rgb(186,112,74); }

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

border-color css

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

 span { border-color: rgb(186,112,74); }

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