Html Css Color HEX #BA561C Fiery Orange

📋 copy color: '#BA561C'

red 186 ◦ green 86 ◦ blue 28

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

Shades of Fiery Orange #BA561C

Tints of Fiery Orange #BA561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 62%
G = 28.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA561C (or 0xBA561C) is known color: Fiery Orange. HEX triplet: BA, 56 and 1C. RGB value is (186,86,28). Sum of RGB (Red+Green+Blue) = 186+86+28=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA561C is #45A9E3. Grayscale: #6D6D6D. Windows color (decimal): -4565476 or 1857210. OLE color: 1857210.

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

Color convert

RGB 186 86 28 -
CMYK 0 0.54 0.85 0.27
HSL 22.03º 0.74% 0.42% -
HSV(B) 22.03º 0.85% 0.73% -
XYZ 23.79 17.18 3.16 -
YUV 109.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 186 86 28 0 0.54 0.85 0.27 22.03 0.74 0.42
Hex BA 56 1C 0 36 55 1B 16 4A 2A
Octal 272 126 34 0 66 125 33 26 112 52
Binary 10111010 1010110 11100 0 110110 1010101 11011 10110 1001010 101010

Color Harmonies of #BA561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA561C

Black with #BA561C

Text Example


Text Example

White with #BA561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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