Html Css Color HEX #BA5B24 Fiery Orange

📋 copy color: '#BA5B24'

red 186 ◦ green 91 ◦ blue 36

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

Shades of Fiery Orange #BA5B24

Tints of Fiery Orange #BA5B24

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 59.42%
G = 29.07%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5B24 (or 0xBA5B24) is known color: Fiery Orange. HEX triplet: BA, 5B and 24. RGB value is (186,91,36). Sum of RGB (Red+Green+Blue) = 186+91+36=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B24 is #45A4DB. Grayscale: #717171. Windows color (decimal): -4564188 or 2382778. OLE color: 2382778.

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

Color convert

RGB 186 91 36 -
CMYK 0 0.51 0.81 0.27
HSL 22º 0.68% 0.44% -
HSV(B) 22º 0.81% 0.73% -
XYZ 24.31 18.05 3.87 -
YUV 113.14 84.47 179.97 -
System Red Green Blue C M Y K H S L
Decimal 186 91 36 0 0.51 0.81 0.27 22 0.68 0.44
Hex BA 5B 24 0 33 51 1B 16 44 2C
Octal 272 133 44 0 63 121 33 26 104 54
Binary 10111010 1011011 100100 0 110011 1010001 11011 10110 1000100 101100

Color Harmonies of #BA5B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B24

Black with #BA5B24

Text Example


Text Example

White with #BA5B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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