Html Css Color HEX #BA734F Red Damask

📋 copy color: '#BA734F'

red 186 ◦ green 115 ◦ blue 79

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

Shades of Red Damask #BA734F

Tints of Red Damask #BA734F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 48.95%
G = 30.26%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA734F (or 0xBA734F) is known color: Red Damask. HEX triplet: BA, 73 and 4F. RGB value is (186,115,79). Sum of RGB (Red+Green+Blue) = 186+115+79=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA734F is #458CB0. Grayscale: #848484. Windows color (decimal): -4558001 or 5206970. OLE color: 5206970.

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

Color convert

RGB 186 115 79 -
CMYK 0 0.38 0.58 0.27
HSL 20.19º 0.44% 0.52% -
HSV(B) 20.19º 0.58% 0.73% -
XYZ 27.79 23.27 10.42 -
YUV 132.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 186 115 79 0 0.38 0.58 0.27 20.19 0.44 0.52
Hex BA 73 4F 0 26 3A 1B 14 2C 34
Octal 272 163 117 0 46 72 33 24 54 64
Binary 10111010 1110011 1001111 0 100110 111010 11011 10100 101100 110100

Color Harmonies of #BA734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA734F

Black with #BA734F

Text Example


Text Example

White with #BA734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA734F; }

 p { color: rgb(186,115,79); }

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

background-color css

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

 a { background-color: rgb(186,115,79); }

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

border-color css

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

 span { border-color: rgb(186,115,79); }

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