Html Css Color HEX #BA572C Fiery Orange

📋 copy color: '#BA572C'

red 186 ◦ green 87 ◦ blue 44

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

Shades of Fiery Orange #BA572C

Tints of Fiery Orange #BA572C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 58.68%
G = 27.44%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA572C (or 0xBA572C) is known color: Fiery Orange. HEX triplet: BA, 57 and 2C. RGB value is (186,87,44). Sum of RGB (Red+Green+Blue) = 186+87+44=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572C is #45A8D3. Grayscale: #6F6F6F. Windows color (decimal): -4565204 or 2906042. OLE color: 2906042.

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

Color convert

RGB 186 87 44 -
CMYK 0 0.53 0.76 0.27
HSL 18.17º 0.62% 0.45% -
HSV(B) 18.17º 0.76% 0.73% -
XYZ 24.11 17.44 4.48 -
YUV 111.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 186 87 44 0 0.53 0.76 0.27 18.17 0.62 0.45
Hex BA 57 2C 0 35 4C 1B 12 3E 2D
Octal 272 127 54 0 65 114 33 22 76 55
Binary 10111010 1010111 101100 0 110101 1001100 11011 10010 111110 101101

Color Harmonies of #BA572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA572C

Black with #BA572C

Text Example


Text Example

White with #BA572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA572C; }

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

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

background-color css

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

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

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

border-color css

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

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

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