Html Css Color HEX #BA5524 Fiery Orange

📋 copy color: '#BA5524'

red 186 ◦ green 85 ◦ blue 36

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

Shades of Fiery Orange #BA5524

Tints of Fiery Orange #BA5524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 60.59%
G = 27.69%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5524 (or 0xBA5524) is known color: Fiery Orange. HEX triplet: BA, 55 and 24. RGB value is (186,85,36). Sum of RGB (Red+Green+Blue) = 186+85+36=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5524 is #45AADB. Grayscale: #6D6D6D. Windows color (decimal): -4565724 or 2381242. OLE color: 2381242.

HSL color Cylindrical-coordinate representation of color #BA5524: hue angle of 19.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA5524 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 36 -
CMYK 0 0.54 0.81 0.27
HSL 19.6º 0.68% 0.44% -
HSV(B) 19.6º 0.81% 0.73% -
XYZ 23.82 17.06 3.71 -
YUV 109.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 186 85 36 0 0.54 0.81 0.27 19.6 0.68 0.44
Hex BA 55 24 0 36 51 1B 14 44 2C
Octal 272 125 44 0 66 121 33 24 104 54
Binary 10111010 1010101 100100 0 110110 1010001 11011 10100 1000100 101100

Color Harmonies of #BA5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5524

Black with #BA5524

Text Example


Text Example

White with #BA5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5524; }

 p { color: rgb(186,85,36); }

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

background-color css

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

 a { background-color: rgb(186,85,36); }

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

border-color css

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

 span { border-color: rgb(186,85,36); }

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