Html Css Color HEX #BA5628 Fiery Orange

📋 copy color: '#BA5628'

red 186 ◦ green 86 ◦ blue 40

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

Shades of Fiery Orange #BA5628

Tints of Fiery Orange #BA5628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 59.62%
G = 27.56%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5628 (or 0xBA5628) is known color: Fiery Orange. HEX triplet: BA, 56 and 28. RGB value is (186,86,40). Sum of RGB (Red+Green+Blue) = 186+86+40=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5628 is #45A9D7. Grayscale: #6E6E6E. Windows color (decimal): -4565464 or 2643642. OLE color: 2643642.

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

Color convert

RGB 186 86 40 -
CMYK 0 0.54 0.78 0.27
HSL 18.9º 0.65% 0.44% -
HSV(B) 18.9º 0.78% 0.73% -
XYZ 23.96 17.25 4.07 -
YUV 110.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 186 86 40 0 0.54 0.78 0.27 18.9 0.65 0.44
Hex BA 56 28 0 36 4E 1B 13 41 2C
Octal 272 126 50 0 66 116 33 23 101 54
Binary 10111010 1010110 101000 0 110110 1001110 11011 10011 1000001 101100

Color Harmonies of #BA5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5628

Black with #BA5628

Text Example


Text Example

White with #BA5628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5628; }

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

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

background-color css

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

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

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

border-color css

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

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

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