Html Css Color HEX #BA724C Red Damask

📋 copy color: '#BA724C'

red 186 ◦ green 114 ◦ blue 76

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

Shades of Red Damask #BA724C

Tints of Red Damask #BA724C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 49.47%
G = 30.32%
B = 20.21%

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

#BA724C (or 0xBA724C) is known color: Red Damask. HEX triplet: BA, 72 and 4C. RGB value is (186,114,76). Sum of RGB (Red+Green+Blue) = 186+114+76=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA724C is #458DB3. Grayscale: #838383. Windows color (decimal): -4558260 or 5010106. OLE color: 5010106.

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

Color convert

RGB 186 114 76 -
CMYK 0 0.39 0.59 0.27
HSL 20.73º 0.44% 0.51% -
HSV(B) 20.73º 0.59% 0.73% -
XYZ 27.57 23 9.82 -
YUV 131.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 186 114 76 0 0.39 0.59 0.27 20.73 0.44 0.51
Hex BA 72 4C 0 27 3B 1B 15 2C 33
Octal 272 162 114 0 47 73 33 25 54 63
Binary 10111010 1110010 1001100 0 100111 111011 11011 10101 101100 110011

Color Harmonies of #BA724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA724C

Black with #BA724C

Text Example


Text Example

White with #BA724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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