Html Css Color HEX #BA5221 Fiery Orange

📋 copy color: '#BA5221'

red 186 ◦ green 82 ◦ blue 33

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

Shades of Fiery Orange #BA5221

Tints of Fiery Orange #BA5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 61.79%
G = 27.24%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5221 (or 0xBA5221) is known color: Fiery Orange. HEX triplet: BA, 52 and 21. RGB value is (186,82,33). Sum of RGB (Red+Green+Blue) = 186+82+33=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5221 is #45ADDE. Grayscale: #6B6B6B. Windows color (decimal): -4566495 or 2183866. OLE color: 2183866.

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

Color convert

RGB 186 82 33 -
CMYK 0 0.56 0.82 0.27
HSL 19.22º 0.7% 0.43% -
HSV(B) 19.22º 0.82% 0.73% -
XYZ 23.54 16.58 3.4 -
YUV 107.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 186 82 33 0 0.56 0.82 0.27 19.22 0.7 0.43
Hex BA 52 21 0 38 52 1B 13 46 2B
Octal 272 122 41 0 70 122 33 23 106 53
Binary 10111010 1010010 100001 0 111000 1010010 11011 10011 1000110 101011

Color Harmonies of #BA5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5221

Black with #BA5221

Text Example


Text Example

White with #BA5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5221; }

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

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

background-color css

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

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

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

border-color css

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

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

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