Html Css Color HEX #BA571D Fiery Orange

📋 copy color: '#BA571D'

red 186 ◦ green 87 ◦ blue 29

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

Shades of Fiery Orange #BA571D

Tints of Fiery Orange #BA571D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 61.59%
G = 28.81%
B = 9.6%

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

#BA571D (or 0xBA571D) is known color: Fiery Orange. HEX triplet: BA, 57 and 1D. RGB value is (186,87,29). Sum of RGB (Red+Green+Blue) = 186+87+29=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA571D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA571D is #45A8E2. Grayscale: #6E6E6E. Windows color (decimal): -4565219 or 1923002. OLE color: 1923002.

HSL color Cylindrical-coordinate representation of color #BA571D: hue angle of 22.17º degrees, saturation: 0.73, 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 #BA571D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 29 -
CMYK 0 0.53 0.84 0.27
HSL 22.17º 0.73% 0.42% -
HSV(B) 22.17º 0.84% 0.73% -
XYZ 23.88 17.34 3.25 -
YUV 109.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 186 87 29 0 0.53 0.84 0.27 22.17 0.73 0.42
Hex BA 57 1D 0 35 54 1B 16 49 2A
Octal 272 127 35 0 65 124 33 26 111 52
Binary 10111010 1010111 11101 0 110101 1010100 11011 10110 1001001 101010

Color Harmonies of #BA571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA571D

Black with #BA571D

Text Example


Text Example

White with #BA571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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