Html Css Color HEX #BA5627 Fiery Orange

📋 copy color: '#BA5627'

red 186 ◦ green 86 ◦ blue 39

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

Shades of Fiery Orange #BA5627

Tints of Fiery Orange #BA5627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 59.81%
G = 27.65%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA5627 (or 0xBA5627) is known color: Fiery Orange. HEX triplet: BA, 56 and 27. RGB value is (186,86,39). Sum of RGB (Red+Green+Blue) = 186+86+39=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5627 is #45A9D8. Grayscale: #6E6E6E. Windows color (decimal): -4565465 or 2578106. OLE color: 2578106.

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

Color convert

RGB 186 86 39 -
CMYK 0 0.54 0.79 0.27
HSL 19.18º 0.65% 0.44% -
HSV(B) 19.18º 0.79% 0.73% -
XYZ 23.94 17.24 3.99 -
YUV 110.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 186 86 39 0 0.54 0.79 0.27 19.18 0.65 0.44
Hex BA 56 27 0 36 4F 1B 13 41 2C
Octal 272 126 47 0 66 117 33 23 101 54
Binary 10111010 1010110 100111 0 110110 1001111 11011 10011 1000001 101100

Color Harmonies of #BA5627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5627

Black with #BA5627

Text Example


Text Example

White with #BA5627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5627; }

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

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

background-color css

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

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

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

border-color css

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

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

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