Html Css Color HEX #BA591D Fiery Orange

📋 copy color: '#BA591D'

red 186 ◦ green 89 ◦ blue 29

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

Shades of Fiery Orange #BA591D

Tints of Fiery Orange #BA591D

RGB

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

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

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

R = 61.18%
G = 29.28%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA591D (or 0xBA591D) is known color: Fiery Orange. HEX triplet: BA, 59 and 1D. RGB value is (186,89,29). Sum of RGB (Red+Green+Blue) = 186+89+29=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA591D is #45A6E2. Grayscale: #6F6F6F. Windows color (decimal): -4564707 or 1923514. OLE color: 1923514.

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

Color convert

RGB 186 89 29 -
CMYK 0 0.52 0.84 0.27
HSL 22.93º 0.73% 0.42% -
HSV(B) 22.93º 0.84% 0.73% -
XYZ 24.04 17.67 3.31 -
YUV 111.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 186 89 29 0 0.52 0.84 0.27 22.93 0.73 0.42
Hex BA 59 1D 0 34 54 1B 17 49 2A
Octal 272 131 35 0 64 124 33 27 111 52
Binary 10111010 1011001 11101 0 110100 1010100 11011 10111 1001001 101010

Color Harmonies of #BA591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA591D

Black with #BA591D

Text Example


Text Example

White with #BA591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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