Html Css Color HEX #BA572F Fiery Orange

📋 copy color: '#BA572F'

red 186 ◦ green 87 ◦ blue 47

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

Shades of Fiery Orange #BA572F

Tints of Fiery Orange #BA572F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 58.13%
G = 27.19%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA572F (or 0xBA572F) is known color: Fiery Orange. HEX triplet: BA, 57 and 2F. RGB value is (186,87,47). Sum of RGB (Red+Green+Blue) = 186+87+47=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572F is #45A8D0. Grayscale: #707070. Windows color (decimal): -4565201 or 3102650. OLE color: 3102650.

HSL color Cylindrical-coordinate representation of color #BA572F: hue angle of 17.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA572F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 47 -
CMYK 0 0.53 0.75 0.27
HSL 17.27º 0.6% 0.46% -
HSV(B) 17.27º 0.75% 0.73% -
XYZ 24.17 17.46 4.79 -
YUV 112.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 186 87 47 0 0.53 0.75 0.27 17.27 0.6 0.46
Hex BA 57 2F 0 35 4B 1B 11 3C 2E
Octal 272 127 57 0 65 113 33 21 74 56
Binary 10111010 1010111 101111 0 110101 1001011 11011 10001 111100 101110

Color Harmonies of #BA572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA572F

Black with #BA572F

Text Example


Text Example

White with #BA572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA572F; }

 p { color: rgb(186,87,47); }

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

background-color css

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

 a { background-color: rgb(186,87,47); }

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

border-color css

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

 span { border-color: rgb(186,87,47); }

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