Html Css Color HEX #BA5829 Fiery Orange

📋 copy color: '#BA5829'

red 186 ◦ green 88 ◦ blue 41

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

Shades of Fiery Orange #BA5829

Tints of Fiery Orange #BA5829

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 59.05%
G = 27.94%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5829 (or 0xBA5829) is known color: Fiery Orange. HEX triplet: BA, 58 and 29. RGB value is (186,88,41). Sum of RGB (Red+Green+Blue) = 186+88+41=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5829 is #45A7D6. Grayscale: #707070. Windows color (decimal): -4564951 or 2709690. OLE color: 2709690.

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

Color convert

RGB 186 88 41 -
CMYK 0 0.53 0.78 0.27
HSL 19.45º 0.64% 0.45% -
HSV(B) 19.45º 0.78% 0.73% -
XYZ 24.14 17.58 4.22 -
YUV 111.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 186 88 41 0 0.53 0.78 0.27 19.45 0.64 0.45
Hex BA 58 29 0 35 4E 1B 13 40 2D
Octal 272 130 51 0 65 116 33 23 100 55
Binary 10111010 1011000 101001 0 110101 1001110 11011 10011 1000000 101101

Color Harmonies of #BA5829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5829

Black with #BA5829

Text Example


Text Example

White with #BA5829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5829; }

 p { color: rgb(186,88,41); }

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

background-color css

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

 a { background-color: rgb(186,88,41); }

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

border-color css

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

 span { border-color: rgb(186,88,41); }

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