Html Css Color HEX #BA571F Fiery Orange

📋 copy color: '#BA571F'

red 186 ◦ green 87 ◦ blue 31

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

Shades of Fiery Orange #BA571F

Tints of Fiery Orange #BA571F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 61.18%
G = 28.62%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA571F (or 0xBA571F) is known color: Fiery Orange. HEX triplet: BA, 57 and 1F. RGB value is (186,87,31). Sum of RGB (Red+Green+Blue) = 186+87+31=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA571F is #45A8E0. Grayscale: #6E6E6E. Windows color (decimal): -4565217 or 2054074. OLE color: 2054074.

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

Color convert

RGB 186 87 31 -
CMYK 0 0.53 0.83 0.27
HSL 21.68º 0.71% 0.43% -
HSV(B) 21.68º 0.83% 0.73% -
XYZ 23.91 17.35 3.39 -
YUV 110.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 186 87 31 0 0.53 0.83 0.27 21.68 0.71 0.43
Hex BA 57 1F 0 35 53 1B 16 47 2B
Octal 272 127 37 0 65 123 33 26 107 53
Binary 10111010 1010111 11111 0 110101 1010011 11011 10110 1000111 101011

Color Harmonies of #BA571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA571F

Black with #BA571F

Text Example


Text Example

White with #BA571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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