#BA581A

Color #BA581A Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BA581A

Tints of Fiery Orange #BA581A

Color information

#BA581A (or 0xBA581A) is unknown color: approx 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

RGB1868826-
CMYK00.530.860.27
HSL23.25º75.47%41.57%-
HSV(B)23.25º86.02%72.94%-
XYZ23.9317.493.09-
YUV110.2380.47182.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186882600.530.860.2723.2575.4741.57
HexBA581A035561B174b2a
Octal27213032065126332711352
Binary101110101011000110100110101101011011011101111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>