Html Css Color HEX #BA562C Fiery Orange

📋 copy color: '#BA562C'

red 186 ◦ green 86 ◦ blue 44

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

Shades of Fiery Orange #BA562C

Tints of Fiery Orange #BA562C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 58.86%
G = 27.22%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA562C (or 0xBA562C) is known color: Fiery Orange. HEX triplet: BA, 56 and 2C. RGB value is (186,86,44). Sum of RGB (Red+Green+Blue) = 186+86+44=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA562C is #45A9D3. Grayscale: #6F6F6F. Windows color (decimal): -4565460 or 2905786. OLE color: 2905786.

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

Color convert

RGB 186 86 44 -
CMYK 0 0.54 0.76 0.27
HSL 17.75º 0.62% 0.45% -
HSV(B) 17.75º 0.76% 0.73% -
XYZ 24.03 17.28 4.45 -
YUV 111.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 186 86 44 0 0.54 0.76 0.27 17.75 0.62 0.45
Hex BA 56 2C 0 36 4C 1B 12 3E 2D
Octal 272 126 54 0 66 114 33 22 76 55
Binary 10111010 1010110 101100 0 110110 1001100 11011 10010 111110 101101

Color Harmonies of #BA562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA562C

Black with #BA562C

Text Example


Text Example

White with #BA562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA562C; }

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

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

background-color css

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

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

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

border-color css

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

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

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