Html Css Color HEX #BA552E Fiery Orange

📋 copy color: '#BA552E'

red 186 ◦ green 85 ◦ blue 46

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

Shades of Fiery Orange #BA552E

Tints of Fiery Orange #BA552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 58.68%
G = 26.81%
B = 14.51%

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

#BA552E (or 0xBA552E) is known color: Fiery Orange. HEX triplet: BA, 55 and 2E. RGB value is (186,85,46). Sum of RGB (Red+Green+Blue) = 186+85+46=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552E is #45AAD1. Grayscale: #6F6F6F. Windows color (decimal): -4565714 or 3036602. OLE color: 3036602.

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

Color convert

RGB 186 85 46 -
CMYK 0 0.54 0.75 0.27
HSL 16.71º 0.6% 0.45% -
HSV(B) 16.71º 0.75% 0.73% -
XYZ 23.99 17.13 4.63 -
YUV 110.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 186 85 46 0 0.54 0.75 0.27 16.71 0.6 0.45
Hex BA 55 2E 0 36 4B 1B 11 3C 2D
Octal 272 125 56 0 66 113 33 21 74 55
Binary 10111010 1010101 101110 0 110110 1001011 11011 10001 111100 101101

Color Harmonies of #BA552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA552E

Black with #BA552E

Text Example


Text Example

White with #BA552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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