Html Css Color HEX #BA704B Red Damask

📋 copy color: '#BA704B'

red 186 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #BA704B

Tints of Red Damask #BA704B

RGB

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

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

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

R = 49.87%
G = 30.03%
B = 20.11%

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

#BA704B (or 0xBA704B) is known color: Red Damask. HEX triplet: BA, 70 and 4B. RGB value is (186,112,75). Sum of RGB (Red+Green+Blue) = 186+112+75=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA704B is #458FB4. Grayscale: #828282. Windows color (decimal): -4558773 or 4944058. OLE color: 4944058.

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

Color convert

RGB 186 112 75 -
CMYK 0 0.40 0.60 0.27
HSL 20º 0.45% 0.51% -
HSV(B) 20º 0.6% 0.73% -
XYZ 27.31 22.54 9.57 -
YUV 129.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 186 112 75 0 0.40 0.60 0.27 20 0.45 0.51
Hex BA 70 4B 0 28 3C 1B 14 2D 33
Octal 272 160 113 0 50 74 33 24 55 63
Binary 10111010 1110000 1001011 0 101000 111100 11011 10100 101101 110011

Color Harmonies of #BA704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA704B

Black with #BA704B

Text Example


Text Example

White with #BA704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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