Html Css Color HEX #BA541E Fiery Orange

📋 copy color: '#BA541E'

red 186 ◦ green 84 ◦ blue 30

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

Shades of Fiery Orange #BA541E

Tints of Fiery Orange #BA541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

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

R = 62%
G = 28%
B = 10%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA541E (or 0xBA541E) is known color: Fiery Orange. HEX triplet: BA, 54 and 1E. RGB value is (186,84,30). Sum of RGB (Red+Green+Blue) = 186+84+30=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA541E is #45ABE1. Grayscale: #6C6C6C. Windows color (decimal): -4565986 or 1987770. OLE color: 1987770.

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

Color convert

RGB 186 84 30 -
CMYK 0 0.55 0.84 0.27
HSL 20.77º 0.72% 0.42% -
HSV(B) 20.77º 0.84% 0.73% -
XYZ 23.65 16.87 3.24 -
YUV 108.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 186 84 30 0 0.55 0.84 0.27 20.77 0.72 0.42
Hex BA 54 1E 0 37 54 1B 15 48 2A
Octal 272 124 36 0 67 124 33 25 110 52
Binary 10111010 1010100 11110 0 110111 1010100 11011 10101 1001000 101010

Color Harmonies of #BA541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA541E

Black with #BA541E

Text Example


Text Example

White with #BA541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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