Html Css Color HEX #BA5821 Fiery Orange

📋 copy color: '#BA5821'

red 186 ◦ green 88 ◦ blue 33

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

Shades of Fiery Orange #BA5821

Tints of Fiery Orange #BA5821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 60.59%
G = 28.66%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5821 (or 0xBA5821) is known color: Fiery Orange. HEX triplet: BA, 58 and 21. RGB value is (186,88,33). Sum of RGB (Red+Green+Blue) = 186+88+33=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5821 is #45A7DE. Grayscale: #6F6F6F. Windows color (decimal): -4564959 or 2185402. OLE color: 2185402.

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

Color convert

RGB 186 88 33 -
CMYK 0 0.53 0.82 0.27
HSL 21.57º 0.7% 0.43% -
HSV(B) 21.57º 0.82% 0.73% -
XYZ 24.01 17.53 3.56 -
YUV 111.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 186 88 33 0 0.53 0.82 0.27 21.57 0.7 0.43
Hex BA 58 21 0 35 52 1B 16 46 2B
Octal 272 130 41 0 65 122 33 26 106 53
Binary 10111010 1011000 100001 0 110101 1010010 11011 10110 1000110 101011

Color Harmonies of #BA5821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5821

Black with #BA5821

Text Example


Text Example

White with #BA5821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5821; }

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

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

background-color css

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

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

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

border-color css

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

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

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