Html Css Color HEX #BA5C29 Fiery Orange

📋 copy color: '#BA5C29'

red 186 ◦ green 92 ◦ blue 41

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

Shades of Fiery Orange #BA5C29

Tints of Fiery Orange #BA5C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 58.31%
G = 28.84%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5C29 (or 0xBA5C29) is known color: Fiery Orange. HEX triplet: BA, 5C and 29. RGB value is (186,92,41). Sum of RGB (Red+Green+Blue) = 186+92+41=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C29 is #45A3D6. Grayscale: #727272. Windows color (decimal): -4563927 or 2710714. OLE color: 2710714.

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

Color convert

RGB 186 92 41 -
CMYK 0 0.51 0.78 0.27
HSL 21.1º 0.64% 0.45% -
HSV(B) 21.1º 0.78% 0.73% -
XYZ 24.48 18.25 4.33 -
YUV 114.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 186 92 41 0 0.51 0.78 0.27 21.1 0.64 0.45
Hex BA 5C 29 0 33 4E 1B 15 40 2D
Octal 272 134 51 0 63 116 33 25 100 55
Binary 10111010 1011100 101001 0 110011 1001110 11011 10101 1000000 101101

Color Harmonies of #BA5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C29

Black with #BA5C29

Text Example


Text Example

White with #BA5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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