Html Css Color HEX #BA562E Fiery Orange

📋 copy color: '#BA562E'

red 186 ◦ green 86 ◦ blue 46

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

Shades of Fiery Orange #BA562E

Tints of Fiery Orange #BA562E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 58.49%
G = 27.04%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA562E (or 0xBA562E) is known color: Fiery Orange. HEX triplet: BA, 56 and 2E. RGB value is (186,86,46). Sum of RGB (Red+Green+Blue) = 186+86+46=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA562E is #45A9D1. Grayscale: #6F6F6F. Windows color (decimal): -4565458 or 3036858. OLE color: 3036858.

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

Color convert

RGB 186 86 46 -
CMYK 0 0.54 0.75 0.27
HSL 17.14º 0.6% 0.45% -
HSV(B) 17.14º 0.75% 0.73% -
XYZ 24.07 17.29 4.65 -
YUV 111.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 186 86 46 0 0.54 0.75 0.27 17.14 0.6 0.45
Hex BA 56 2E 0 36 4B 1B 11 3C 2D
Octal 272 126 56 0 66 113 33 21 74 55
Binary 10111010 1010110 101110 0 110110 1001011 11011 10001 111100 101101

Color Harmonies of #BA562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA562E

Black with #BA562E

Text Example


Text Example

White with #BA562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA562E; }

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

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

background-color css

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

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

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

border-color css

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

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

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