Html Css Color HEX #BA581A Fiery Orange

📋 copy color: '#BA581A'

red 186 ◦ green 88 ◦ blue 26

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

Shades of Fiery Orange #BA581A

Tints of Fiery Orange #BA581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 62%
G = 29.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA581A (or 0xBA581A) is known color: Fiery Orange. HEX triplet: BA, 58 and 1A. RGB value is (186,88,26). Sum of RGB (Red+Green+Blue) = 186+88+26=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA581A is #45A7E5. Grayscale: #6E6E6E. Windows color (decimal): -4564966 or 1726650. OLE color: 1726650.

HSL color Cylindrical-coordinate representation of color #BA581A: hue angle of 23.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA581A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 26 -
CMYK 0 0.53 0.86 0.27
HSL 23.25º 0.75% 0.42% -
HSV(B) 23.25º 0.86% 0.73% -
XYZ 23.93 17.49 3.09 -
YUV 110.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 186 88 26 0 0.53 0.86 0.27 23.25 0.75 0.42
Hex BA 58 1A 0 35 56 1B 17 4B 2A
Octal 272 130 32 0 65 126 33 27 113 52
Binary 10111010 1011000 11010 0 110101 1010110 11011 10111 1001011 101010

Color Harmonies of #BA581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA581A

Black with #BA581A

Text Example


Text Example

White with #BA581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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