Html Css Color HEX #BA572D Fiery Orange

📋 copy color: '#BA572D'

red 186 ◦ green 87 ◦ blue 45

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

Shades of Fiery Orange #BA572D

Tints of Fiery Orange #BA572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.36%

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 58.49%
G = 27.36%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA572D (or 0xBA572D) is known color: Fiery Orange. HEX triplet: BA, 57 and 2D. RGB value is (186,87,45). Sum of RGB (Red+Green+Blue) = 186+87+45=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA572D is #45A8D2. Grayscale: #707070. Windows color (decimal): -4565203 or 2971578. OLE color: 2971578.

HSL color Cylindrical-coordinate representation of color #BA572D: hue angle of 17.87º degrees, saturation: 0.61, 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 #BA572D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 87 45 -
CMYK 0 0.53 0.76 0.27
HSL 17.87º 0.61% 0.45% -
HSV(B) 17.87º 0.76% 0.73% -
XYZ 24.13 17.44 4.58 -
YUV 111.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 186 87 45 0 0.53 0.76 0.27 17.87 0.61 0.45
Hex BA 57 2D 0 35 4C 1B 12 3D 2D
Octal 272 127 55 0 65 114 33 22 75 55
Binary 10111010 1010111 101101 0 110101 1001100 11011 10010 111101 101101

Color Harmonies of #BA572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA572D

Black with #BA572D

Text Example


Text Example

White with #BA572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA572D; }

 p { color: rgb(186,87,45); }

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

background-color css

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

 a { background-color: rgb(186,87,45); }

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

border-color css

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

 span { border-color: rgb(186,87,45); }

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