#BA5828

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

Shades of Fiery Orange #BA5828

Tints of Fiery Orange #BA5828

Color information

#BA5828 (or 0xBA5828) is unknown color: approx Fiery Orange. HEX triplet: BA, 58 and 28. RGB value is (186,88,40). Sum of RGB (Red+Green+Blue) = 186+88+40=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5828 is #45A7D7. Grayscale: #707070. Windows color (decimal): -4564952 or 2644154. OLE color: 2644154.

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

Color convert

RGB1868840-
CMYK00.530.780.27
HSL19.73º64.6%44.31%-
HSV(B)19.73º78.49%72.94%-
XYZ24.1217.574.13-
YUV111.8387.47180.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.24%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=59.24%
G=28.03%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186884000.530.780.2719.7364.644.31
HexBA58280354E1B14412c
Octal27213050065116332410154
Binary1011101010110001010000110101100111011011101001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5828; }

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

 H1.HeaderClassName
 {
   color: #BA5828;
 }
 .AnyTagClassName
 {
   color: #BA5828;
 }
</style>
background-color css

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

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

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

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

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

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