Html Css Color HEX #BA522B Fiery Orange

📋 copy color: '#BA522B'

red 186 ◦ green 82 ◦ blue 43

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

Shades of Fiery Orange #BA522B

Tints of Fiery Orange #BA522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 59.81%
G = 26.37%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA522B (or 0xBA522B) is known color: Fiery Orange. HEX triplet: BA, 52 and 2B. RGB value is (186,82,43). Sum of RGB (Red+Green+Blue) = 186+82+43=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA522B is #45ADD4. Grayscale: #6C6C6C. Windows color (decimal): -4566485 or 2839226. OLE color: 2839226.

HSL color Cylindrical-coordinate representation of color #BA522B: hue angle of 16.36º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA522B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 43 -
CMYK 0 0.56 0.77 0.27
HSL 16.36º 0.62% 0.45% -
HSV(B) 16.36º 0.77% 0.73% -
XYZ 23.7 16.65 4.25 -
YUV 108.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 186 82 43 0 0.56 0.77 0.27 16.36 0.62 0.45
Hex BA 52 2B 0 38 4D 1B 10 3E 2D
Octal 272 122 53 0 70 115 33 20 76 55
Binary 10111010 1010010 101011 0 111000 1001101 11011 10000 111110 101101

Color Harmonies of #BA522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA522B

Black with #BA522B

Text Example


Text Example

White with #BA522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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