Html Css Color HEX #BA591F Fiery Orange

📋 copy color: '#BA591F'

red 186 ◦ green 89 ◦ blue 31

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

Shades of Fiery Orange #BA591F

Tints of Fiery Orange #BA591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 60.78%
G = 29.08%
B = 10.13%

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

#BA591F (or 0xBA591F) is known color: Fiery Orange. HEX triplet: BA, 59 and 1F. RGB value is (186,89,31). Sum of RGB (Red+Green+Blue) = 186+89+31=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA591F is #45A6E0. Grayscale: #6F6F6F. Windows color (decimal): -4564705 or 2054586. OLE color: 2054586.

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

Color convert

RGB 186 89 31 -
CMYK 0 0.52 0.83 0.27
HSL 22.45º 0.71% 0.43% -
HSV(B) 22.45º 0.83% 0.73% -
XYZ 24.07 17.68 3.44 -
YUV 111.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 186 89 31 0 0.52 0.83 0.27 22.45 0.71 0.43
Hex BA 59 1F 0 34 53 1B 16 47 2B
Octal 272 131 37 0 64 123 33 26 107 53
Binary 10111010 1011001 11111 0 110100 1010011 11011 10110 1000111 101011

Color Harmonies of #BA591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA591F

Black with #BA591F

Text Example


Text Example

White with #BA591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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