Html Css Color HEX #BA5421 Fiery Orange

📋 copy color: '#BA5421'

red 186 ◦ green 84 ◦ blue 33

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

Shades of Fiery Orange #BA5421

Tints of Fiery Orange #BA5421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

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

R = 61.39%
G = 27.72%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5421 (or 0xBA5421) is known color: Fiery Orange. HEX triplet: BA, 54 and 21. RGB value is (186,84,33). Sum of RGB (Red+Green+Blue) = 186+84+33=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5421 is #45ABDE. Grayscale: #6C6C6C. Windows color (decimal): -4565983 or 2184378. OLE color: 2184378.

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

Color convert

RGB 186 84 33 -
CMYK 0 0.55 0.82 0.27
HSL 20º 0.7% 0.43% -
HSV(B) 20º 0.82% 0.73% -
XYZ 23.69 16.89 3.45 -
YUV 108.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 186 84 33 0 0.55 0.82 0.27 20 0.7 0.43
Hex BA 54 21 0 37 52 1B 14 46 2B
Octal 272 124 41 0 67 122 33 24 106 53
Binary 10111010 1010100 100001 0 110111 1010010 11011 10100 1000110 101011

Color Harmonies of #BA5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5421

Black with #BA5421

Text Example


Text Example

White with #BA5421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5421; }

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

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

background-color css

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

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

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

border-color css

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

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

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