Html Css Color HEX #BA522D Fiery Orange

📋 copy color: '#BA522D'

red 186 ◦ green 82 ◦ blue 45

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

Shades of Fiery Orange #BA522D

Tints of Fiery Orange #BA522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 59.42%
G = 26.2%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA522D (or 0xBA522D) is known color: Fiery Orange. HEX triplet: BA, 52 and 2D. RGB value is (186,82,45). Sum of RGB (Red+Green+Blue) = 186+82+45=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522D is #45ADD2. Grayscale: #6D6D6D. Windows color (decimal): -4566483 or 2970298. OLE color: 2970298.

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

Color convert

RGB 186 82 45 -
CMYK 0 0.56 0.76 0.27
HSL 15.74º 0.61% 0.45% -
HSV(B) 15.74º 0.76% 0.73% -
XYZ 23.74 16.66 4.45 -
YUV 108.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 186 82 45 0 0.56 0.76 0.27 15.74 0.61 0.45
Hex BA 52 2D 0 38 4C 1B 10 3D 2D
Octal 272 122 55 0 70 114 33 20 75 55
Binary 10111010 1010010 101101 0 111000 1001100 11011 10000 111101 101101

Color Harmonies of #BA522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA522D

Black with #BA522D

Text Example


Text Example

White with #BA522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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