Html Css Color HEX #BA724B Red Damask

📋 copy color: '#BA724B'

red 186 ◦ green 114 ◦ blue 75

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

Shades of Red Damask #BA724B

Tints of Red Damask #BA724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20%

R = 49.6%
G = 30.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA724B (or 0xBA724B) is known color: Red Damask. HEX triplet: BA, 72 and 4B. RGB value is (186,114,75). Sum of RGB (Red+Green+Blue) = 186+114+75=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA724B is #458DB4. Grayscale: #838383. Windows color (decimal): -4558261 or 4944570. OLE color: 4944570.

HSL color Cylindrical-coordinate representation of color #BA724B: hue angle of 21.08º 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 #BA724B is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 75 -
CMYK 0 0.39 0.60 0.27
HSL 21.08º 0.45% 0.51% -
HSV(B) 21.08º 0.6% 0.73% -
XYZ 27.54 22.98 9.64 -
YUV 131.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 186 114 75 0 0.39 0.60 0.27 21.08 0.45 0.51
Hex BA 72 4B 0 27 3C 1B 15 2D 33
Octal 272 162 113 0 47 74 33 25 55 63
Binary 10111010 1110010 1001011 0 100111 111100 11011 10101 101101 110011

Color Harmonies of #BA724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA724B

Black with #BA724B

Text Example


Text Example

White with #BA724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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