#BA521D

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

Shades of Fiery Orange #BA521D

Tints of Fiery Orange #BA521D

Color information

#BA521D (or 0xBA521D) is unknown color: approx Fiery Orange. HEX triplet: BA, 52 and 1D. RGB value is (186,82,29). Sum of RGB (Red+Green+Blue) = 186+82+29=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521D is #45ADE2. Grayscale: #6B6B6B. Windows color (decimal): -4566499 or 1921722. OLE color: 1921722.

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

Color convert

RGB1868229-
CMYK00.560.840.27
HSL20.25º73.02%42.16%-
HSV(B)20.25º84.41%72.94%-
XYZ23.4916.563.12-
YUV107.0583.96184.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.63%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 29 (11.72% from 255) = 9.76%
R=62.63%
G=27.61%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186822900.560.840.2720.2573.0242.16
HexBA521D038541B14492a
Octal27212235070124332411152
Binary101110101010010111010111000101010011011101001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA521D; }

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

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

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

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

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

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

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

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