Html Css Color HEX #BA5629 Fiery Orange

📋 copy color: '#BA5629'

red 186 ◦ green 86 ◦ blue 41

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

Shades of Fiery Orange #BA5629

Tints of Fiery Orange #BA5629

RGB

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

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

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

R = 59.42%
G = 27.48%
B = 13.1%

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

#BA5629 (or 0xBA5629) is known color: Fiery Orange. HEX triplet: BA, 56 and 29. RGB value is (186,86,41). Sum of RGB (Red+Green+Blue) = 186+86+41=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5629 is #45A9D6. Grayscale: #6F6F6F. Windows color (decimal): -4565463 or 2709178. OLE color: 2709178.

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

Color convert

RGB 186 86 41 -
CMYK 0 0.54 0.78 0.27
HSL 18.62º 0.64% 0.45% -
HSV(B) 18.62º 0.78% 0.73% -
XYZ 23.98 17.25 4.16 -
YUV 110.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 186 86 41 0 0.54 0.78 0.27 18.62 0.64 0.45
Hex BA 56 29 0 36 4E 1B 13 40 2D
Octal 272 126 51 0 66 116 33 23 100 55
Binary 10111010 1010110 101001 0 110110 1001110 11011 10011 1000000 101101

Color Harmonies of #BA5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5629

Black with #BA5629

Text Example


Text Example

White with #BA5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5629; }

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

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

background-color css

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

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

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

border-color css

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

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

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