Html Css Color HEX #BA754F Red Damask

📋 copy color: '#BA754F'

red 186 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #BA754F

Tints of Red Damask #BA754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 48.69%
G = 30.63%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA754F (or 0xBA754F) is known color: Red Damask. HEX triplet: BA, 75 and 4F. RGB value is (186,117,79). Sum of RGB (Red+Green+Blue) = 186+117+79=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA754F is #458AB0. Grayscale: #858585. Windows color (decimal): -4557489 or 5207482. OLE color: 5207482.

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

Color convert

RGB 186 117 79 -
CMYK 0 0.37 0.58 0.27
HSL 21.31º 0.44% 0.52% -
HSV(B) 21.31º 0.58% 0.73% -
XYZ 28.02 23.73 10.5 -
YUV 133.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 186 117 79 0 0.37 0.58 0.27 21.31 0.44 0.52
Hex BA 75 4F 0 25 3A 1B 15 2C 34
Octal 272 165 117 0 45 72 33 25 54 64
Binary 10111010 1110101 1001111 0 100101 111010 11011 10101 101100 110100

Color Harmonies of #BA754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA754F

Black with #BA754F

Text Example


Text Example

White with #BA754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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