Html Css Color HEX #BA561D Fiery Orange

📋 copy color: '#BA561D'

red 186 ◦ green 86 ◦ blue 29

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

Shades of Fiery Orange #BA561D

Tints of Fiery Orange #BA561D

RGB

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

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

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

R = 61.79%
G = 28.57%
B = 9.63%

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

#BA561D (or 0xBA561D) is known color: Fiery Orange. HEX triplet: BA, 56 and 1D. RGB value is (186,86,29). Sum of RGB (Red+Green+Blue) = 186+86+29=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA561D is #45A9E2. Grayscale: #6D6D6D. Windows color (decimal): -4565475 or 1922746. OLE color: 1922746.

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

Color convert

RGB 186 86 29 -
CMYK 0 0.54 0.84 0.27
HSL 21.78º 0.73% 0.42% -
HSV(B) 21.78º 0.84% 0.73% -
XYZ 23.8 17.18 3.22 -
YUV 109.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 186 86 29 0 0.54 0.84 0.27 21.78 0.73 0.42
Hex BA 56 1D 0 36 54 1B 16 49 2A
Octal 272 126 35 0 66 124 33 26 111 52
Binary 10111010 1010110 11101 0 110110 1010100 11011 10110 1001001 101010

Color Harmonies of #BA561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA561D

Black with #BA561D

Text Example


Text Example

White with #BA561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA561D; }

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

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

background-color css

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

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

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

border-color css

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

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

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