Html Css Color HEX #BA5920 Fiery Orange

📋 copy color: '#BA5920'

red 186 ◦ green 89 ◦ blue 32

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

Shades of Fiery Orange #BA5920

Tints of Fiery Orange #BA5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 60.59%
G = 28.99%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA5920 (or 0xBA5920) is known color: Fiery Orange. HEX triplet: BA, 59 and 20. RGB value is (186,89,32). Sum of RGB (Red+Green+Blue) = 186+89+32=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5920 is #45A6DF. Grayscale: #6F6F6F. Windows color (decimal): -4564704 or 2120122. OLE color: 2120122.

HSL color Cylindrical-coordinate representation of color #BA5920: hue angle of 22.21º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA5920 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 32 -
CMYK 0 0.52 0.83 0.27
HSL 22.21º 0.71% 0.43% -
HSV(B) 22.21º 0.83% 0.73% -
XYZ 24.08 17.69 3.51 -
YUV 111.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 186 89 32 0 0.52 0.83 0.27 22.21 0.71 0.43
Hex BA 59 20 0 34 53 1B 16 47 2B
Octal 272 131 40 0 64 123 33 26 107 53
Binary 10111010 1011001 100000 0 110100 1010011 11011 10110 1000111 101011

Color Harmonies of #BA5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5920

Black with #BA5920

Text Example


Text Example

White with #BA5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5920; }

 p { color: rgb(186,89,32); }

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

background-color css

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

 a { background-color: rgb(186,89,32); }

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

border-color css

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

 span { border-color: rgb(186,89,32); }

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