Html Css Color HEX #BA561F Fiery Orange

📋 copy color: '#BA561F'

red 186 ◦ green 86 ◦ blue 31

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

Shades of Fiery Orange #BA561F

Tints of Fiery Orange #BA561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

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

R = 61.39%
G = 28.38%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA561F (or 0xBA561F) is known color: Fiery Orange. HEX triplet: BA, 56 and 1F. RGB value is (186,86,31). Sum of RGB (Red+Green+Blue) = 186+86+31=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA561F is #45A9E0. Grayscale: #6D6D6D. Windows color (decimal): -4565473 or 2053818. OLE color: 2053818.

HSL color Cylindrical-coordinate representation of color #BA561F: hue angle of 21.29º 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 #BA561F is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 31 -
CMYK 0 0.54 0.83 0.27
HSL 21.29º 0.71% 0.43% -
HSV(B) 21.29º 0.83% 0.73% -
XYZ 23.82 17.19 3.36 -
YUV 109.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 186 86 31 0 0.54 0.83 0.27 21.29 0.71 0.43
Hex BA 56 1F 0 36 53 1B 15 47 2B
Octal 272 126 37 0 66 123 33 25 107 53
Binary 10111010 1010110 11111 0 110110 1010011 11011 10101 1000111 101011

Color Harmonies of #BA561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA561F

Black with #BA561F

Text Example


Text Example

White with #BA561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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