Html Css Color HEX #BA542E Fiery Orange

📋 copy color: '#BA542E'

red 186 ◦ green 84 ◦ blue 46

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

Shades of Fiery Orange #BA542E

Tints of Fiery Orange #BA542E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 58.86%
G = 26.58%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA542E (or 0xBA542E) is known color: Fiery Orange. HEX triplet: BA, 54 and 2E. RGB value is (186,84,46). Sum of RGB (Red+Green+Blue) = 186+84+46=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA542E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA542E is #45ABD1. Grayscale: #6E6E6E. Windows color (decimal): -4565970 or 3036346. OLE color: 3036346.

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

Color convert

RGB 186 84 46 -
CMYK 0 0.55 0.75 0.27
HSL 16.29º 0.6% 0.45% -
HSV(B) 16.29º 0.75% 0.73% -
XYZ 23.91 16.98 4.6 -
YUV 110.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 186 84 46 0 0.55 0.75 0.27 16.29 0.6 0.45
Hex BA 54 2E 0 37 4B 1B 10 3C 2D
Octal 272 124 56 0 67 113 33 20 74 55
Binary 10111010 1010100 101110 0 110111 1001011 11011 10000 111100 101101

Color Harmonies of #BA542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA542E

Black with #BA542E

Text Example


Text Example

White with #BA542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA542E; }

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

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

background-color css

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

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

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

border-color css

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

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

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