Html Css Color HEX #BA7250 Red Damask

📋 copy color: '#BA7250'

red 186 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #BA7250

Tints of Red Damask #BA7250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 48.95%
G = 30%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA7250 (or 0xBA7250) is known color: Red Damask. HEX triplet: BA, 72 and 50. RGB value is (186,114,80). Sum of RGB (Red+Green+Blue) = 186+114+80=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7250 is #458DAF. Grayscale: #838383. Windows color (decimal): -4558256 or 5272250. OLE color: 5272250.

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

Color convert

RGB 186 114 80 -
CMYK 0 0.39 0.57 0.27
HSL 19.25º 0.43% 0.52% -
HSV(B) 19.25º 0.57% 0.73% -
XYZ 27.71 23.05 10.58 -
YUV 131.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 186 114 80 0 0.39 0.57 0.27 19.25 0.43 0.52
Hex BA 72 50 0 27 39 1B 13 2B 34
Octal 272 162 120 0 47 71 33 23 53 64
Binary 10111010 1110010 1010000 0 100111 111001 11011 10011 101011 110100

Color Harmonies of #BA7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7250

Black with #BA7250

Text Example


Text Example

White with #BA7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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