Html Css Color HEX #BA5626 Fiery Orange

📋 copy color: '#BA5626'

red 186 ◦ green 86 ◦ blue 38

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

Shades of Fiery Orange #BA5626

Tints of Fiery Orange #BA5626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 60%
G = 27.74%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5626 (or 0xBA5626) is known color: Fiery Orange. HEX triplet: BA, 56 and 26. RGB value is (186,86,38). Sum of RGB (Red+Green+Blue) = 186+86+38=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5626 is #45A9D9. Grayscale: #6E6E6E. Windows color (decimal): -4565466 or 2512570. OLE color: 2512570.

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

Color convert

RGB 186 86 38 -
CMYK 0 0.54 0.80 0.27
HSL 19.46º 0.66% 0.44% -
HSV(B) 19.46º 0.8% 0.73% -
XYZ 23.93 17.23 3.9 -
YUV 110.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 186 86 38 0 0.54 0.80 0.27 19.46 0.66 0.44
Hex BA 56 26 0 36 50 1B 13 42 2C
Octal 272 126 46 0 66 120 33 23 102 54
Binary 10111010 1010110 100110 0 110110 1010000 11011 10011 1000010 101100

Color Harmonies of #BA5626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5626

Black with #BA5626

Text Example


Text Example

White with #BA5626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5626; }

 p { color: rgb(186,86,38); }

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

background-color css

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

 a { background-color: rgb(186,86,38); }

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

border-color css

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

 span { border-color: rgb(186,86,38); }

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