Html Css Color HEX #BA572E Fiery Orange

📋 copy color: '#BA572E'

red 186 ◦ green 87 ◦ blue 46

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

Shades of Fiery Orange #BA572E

Tints of Fiery Orange #BA572E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 58.31%
G = 27.27%
B = 14.42%

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

#BA572E (or 0xBA572E) is known color: Fiery Orange. HEX triplet: BA, 57 and 2E. RGB value is (186,87,46). Sum of RGB (Red+Green+Blue) = 186+87+46=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572E is #45A8D1. Grayscale: #707070. Windows color (decimal): -4565202 or 3037114. OLE color: 3037114.

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

Color convert

RGB 186 87 46 -
CMYK 0 0.53 0.75 0.27
HSL 17.57º 0.6% 0.45% -
HSV(B) 17.57º 0.75% 0.73% -
XYZ 24.15 17.45 4.68 -
YUV 111.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 186 87 46 0 0.53 0.75 0.27 17.57 0.6 0.45
Hex BA 57 2E 0 35 4B 1B 12 3C 2D
Octal 272 127 56 0 65 113 33 22 74 55
Binary 10111010 1010111 101110 0 110101 1001011 11011 10010 111100 101101

Color Harmonies of #BA572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA572E

Black with #BA572E

Text Example


Text Example

White with #BA572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA572E; }

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

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

background-color css

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

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

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

border-color css

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

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

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