Html Css Color HEX #BA561E Fiery Orange

📋 copy color: '#BA561E'

red 186 ◦ green 86 ◦ blue 30

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

Shades of Fiery Orange #BA561E

Tints of Fiery Orange #BA561E

RGB

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

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

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

R = 61.59%
G = 28.48%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA561E (or 0xBA561E) is known color: Fiery Orange. HEX triplet: BA, 56 and 1E. RGB value is (186,86,30). Sum of RGB (Red+Green+Blue) = 186+86+30=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA561E is #45A9E1. Grayscale: #6D6D6D. Windows color (decimal): -4565474 or 1988282. OLE color: 1988282.

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

Color convert

RGB 186 86 30 -
CMYK 0 0.54 0.84 0.27
HSL 21.54º 0.72% 0.42% -
HSV(B) 21.54º 0.84% 0.73% -
XYZ 23.81 17.19 3.29 -
YUV 109.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 186 86 30 0 0.54 0.84 0.27 21.54 0.72 0.42
Hex BA 56 1E 0 36 54 1B 16 48 2A
Octal 272 126 36 0 66 124 33 26 110 52
Binary 10111010 1010110 11110 0 110110 1010100 11011 10110 1001000 101010

Color Harmonies of #BA561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA561E

Black with #BA561E

Text Example


Text Example

White with #BA561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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