Html Css Color HEX #BA561B Fiery Orange

📋 copy color: '#BA561B'

red 186 ◦ green 86 ◦ blue 27

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

Shades of Fiery Orange #BA561B

Tints of Fiery Orange #BA561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 62.21%
G = 28.76%
B = 9.03%

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

#BA561B (or 0xBA561B) is known color: Fiery Orange. HEX triplet: BA, 56 and 1B. RGB value is (186,86,27). Sum of RGB (Red+Green+Blue) = 186+86+27=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA561B is #45A9E4. Grayscale: #6D6D6D. Windows color (decimal): -4565477 or 1791674. OLE color: 1791674.

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

Color convert

RGB 186 86 27 -
CMYK 0 0.54 0.85 0.27
HSL 22.26º 0.75% 0.42% -
HSV(B) 22.26º 0.85% 0.73% -
XYZ 23.78 17.17 3.1 -
YUV 109.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 186 86 27 0 0.54 0.85 0.27 22.26 0.75 0.42
Hex BA 56 1B 0 36 55 1B 16 4B 2A
Octal 272 126 33 0 66 125 33 26 113 52
Binary 10111010 1010110 11011 0 110110 1010101 11011 10110 1001011 101010

Color Harmonies of #BA561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA561B

Black with #BA561B

Text Example


Text Example

White with #BA561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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