Html Css Color HEX #BA5921 Fiery Orange

📋 copy color: '#BA5921'

red 186 ◦ green 89 ◦ blue 33

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

Shades of Fiery Orange #BA5921

Tints of Fiery Orange #BA5921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

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

R = 60.39%
G = 28.9%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5921 (or 0xBA5921) is known color: Fiery Orange. HEX triplet: BA, 59 and 21. RGB value is (186,89,33). Sum of RGB (Red+Green+Blue) = 186+89+33=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5921 is #45A6DE. Grayscale: #6F6F6F. Windows color (decimal): -4564703 or 2185658. OLE color: 2185658.

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

Color convert

RGB 186 89 33 -
CMYK 0 0.52 0.82 0.27
HSL 21.96º 0.7% 0.43% -
HSV(B) 21.96º 0.82% 0.73% -
XYZ 24.1 17.69 3.58 -
YUV 111.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 186 89 33 0 0.52 0.82 0.27 21.96 0.7 0.43
Hex BA 59 21 0 34 52 1B 16 46 2B
Octal 272 131 41 0 64 122 33 26 106 53
Binary 10111010 1011001 100001 0 110100 1010010 11011 10110 1000110 101011

Color Harmonies of #BA5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5921

Black with #BA5921

Text Example


Text Example

White with #BA5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5921; }

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

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

background-color css

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

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

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

border-color css

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

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

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