Html Css Color HEX #BA541D Fiery Orange

📋 copy color: '#BA541D'

red 186 ◦ green 84 ◦ blue 29

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

Shades of Fiery Orange #BA541D

Tints of Fiery Orange #BA541D

RGB

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

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

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

R = 62.21%
G = 28.09%
B = 9.7%

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

#BA541D (or 0xBA541D) is known color: Fiery Orange. HEX triplet: BA, 54 and 1D. RGB value is (186,84,29). Sum of RGB (Red+Green+Blue) = 186+84+29=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA541D is #45ABE2. Grayscale: #6C6C6C. Windows color (decimal): -4565987 or 1922234. OLE color: 1922234.

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

Color convert

RGB 186 84 29 -
CMYK 0 0.55 0.84 0.27
HSL 21.02º 0.73% 0.42% -
HSV(B) 21.02º 0.84% 0.73% -
XYZ 23.64 16.87 3.17 -
YUV 108.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 186 84 29 0 0.55 0.84 0.27 21.02 0.73 0.42
Hex BA 54 1D 0 37 54 1B 15 49 2A
Octal 272 124 35 0 67 124 33 25 111 52
Binary 10111010 1010100 11101 0 110111 1010100 11011 10101 1001001 101010

Color Harmonies of #BA541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA541D

Black with #BA541D

Text Example


Text Example

White with #BA541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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