Html Css Color HEX #BA522C Fiery Orange

📋 copy color: '#BA522C'

red 186 ◦ green 82 ◦ blue 44

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

Shades of Fiery Orange #BA522C

Tints of Fiery Orange #BA522C

RGB

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

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

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

R = 59.62%
G = 26.28%
B = 14.1%

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

#BA522C (or 0xBA522C) is known color: Fiery Orange. HEX triplet: BA, 52 and 2C. RGB value is (186,82,44). Sum of RGB (Red+Green+Blue) = 186+82+44=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522C is #45ADD3. Grayscale: #6D6D6D. Windows color (decimal): -4566484 or 2904762. OLE color: 2904762.

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

Color convert

RGB 186 82 44 -
CMYK 0 0.56 0.76 0.27
HSL 16.06º 0.62% 0.45% -
HSV(B) 16.06º 0.76% 0.73% -
XYZ 23.72 16.66 4.35 -
YUV 108.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 186 82 44 0 0.56 0.76 0.27 16.06 0.62 0.45
Hex BA 52 2C 0 38 4C 1B 10 3E 2D
Octal 272 122 54 0 70 114 33 20 76 55
Binary 10111010 1010010 101100 0 111000 1001100 11011 10000 111110 101101

Color Harmonies of #BA522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA522C

Black with #BA522C

Text Example


Text Example

White with #BA522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA522C; }

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

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

background-color css

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

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

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

border-color css

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

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

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