Html Css Color HEX #BA724D Red Damask

📋 copy color: '#BA724D'

red 186 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #BA724D

Tints of Red Damask #BA724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 49.34%
G = 30.24%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA724D (or 0xBA724D) is known color: Red Damask. HEX triplet: BA, 72 and 4D. RGB value is (186,114,77). Sum of RGB (Red+Green+Blue) = 186+114+77=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA724D is #458DB2. Grayscale: #838383. Windows color (decimal): -4558259 or 5075642. OLE color: 5075642.

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

Color convert

RGB 186 114 77 -
CMYK 0 0.39 0.59 0.27
HSL 20.37º 0.44% 0.52% -
HSV(B) 20.37º 0.59% 0.73% -
XYZ 27.61 23.01 10.01 -
YUV 131.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 186 114 77 0 0.39 0.59 0.27 20.37 0.44 0.52
Hex BA 72 4D 0 27 3B 1B 14 2C 34
Octal 272 162 115 0 47 73 33 24 54 64
Binary 10111010 1110010 1001101 0 100111 111011 11011 10100 101100 110100

Color Harmonies of #BA724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA724D

Black with #BA724D

Text Example


Text Example

White with #BA724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA724D; }

 p { color: rgb(186,114,77); }

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

background-color css

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

 a { background-color: rgb(186,114,77); }

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

border-color css

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

 span { border-color: rgb(186,114,77); }

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