Html Css Color HEX #BA581E Fiery Orange

📋 copy color: '#BA581E'

red 186 ◦ green 88 ◦ blue 30

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

Shades of Fiery Orange #BA581E

Tints of Fiery Orange #BA581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 61.18%
G = 28.95%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA581E (or 0xBA581E) is known color: Fiery Orange. HEX triplet: BA, 58 and 1E. RGB value is (186,88,30). Sum of RGB (Red+Green+Blue) = 186+88+30=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA581E is #45A7E1. Grayscale: #6F6F6F. Windows color (decimal): -4564962 or 1988794. OLE color: 1988794.

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

Color convert

RGB 186 88 30 -
CMYK 0 0.53 0.84 0.27
HSL 22.31º 0.72% 0.42% -
HSV(B) 22.31º 0.84% 0.73% -
XYZ 23.97 17.51 3.34 -
YUV 110.69 82.47 181.72 -
System Red Green Blue C M Y K H S L
Decimal 186 88 30 0 0.53 0.84 0.27 22.31 0.72 0.42
Hex BA 58 1E 0 35 54 1B 16 48 2A
Octal 272 130 36 0 65 124 33 26 110 52
Binary 10111010 1011000 11110 0 110101 1010100 11011 10110 1001000 101010

Color Harmonies of #BA581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA581E

Black with #BA581E

Text Example


Text Example

White with #BA581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA581E; }

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

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

background-color css

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

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

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

border-color css

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

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

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