Html Css Color HEX #BA571E Fiery Orange

📋 copy color: '#BA571E'

red 186 ◦ green 87 ◦ blue 30

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

Shades of Fiery Orange #BA571E

Tints of Fiery Orange #BA571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 61.39%
G = 28.71%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA571E (or 0xBA571E) is known color: Fiery Orange. HEX triplet: BA, 57 and 1E. RGB value is (186,87,30). Sum of RGB (Red+Green+Blue) = 186+87+30=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA571E is #45A8E1. Grayscale: #6E6E6E. Windows color (decimal): -4565218 or 1988538. OLE color: 1988538.

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

Color convert

RGB 186 87 30 -
CMYK 0 0.53 0.84 0.27
HSL 21.92º 0.72% 0.42% -
HSV(B) 21.92º 0.84% 0.73% -
XYZ 23.89 17.35 3.32 -
YUV 110.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 186 87 30 0 0.53 0.84 0.27 21.92 0.72 0.42
Hex BA 57 1E 0 35 54 1B 16 48 2A
Octal 272 127 36 0 65 124 33 26 110 52
Binary 10111010 1010111 11110 0 110101 1010100 11011 10110 1001000 101010

Color Harmonies of #BA571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA571E

Black with #BA571E

Text Example


Text Example

White with #BA571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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