Html Css Color HEX #BA5222 Fiery Orange

📋 copy color: '#BA5222'

red 186 ◦ green 82 ◦ blue 34

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

Shades of Fiery Orange #BA5222

Tints of Fiery Orange #BA5222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 61.59%
G = 27.15%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5222 (or 0xBA5222) is known color: Fiery Orange. HEX triplet: BA, 52 and 22. RGB value is (186,82,34). Sum of RGB (Red+Green+Blue) = 186+82+34=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5222 is #45ADDD. Grayscale: #6B6B6B. Windows color (decimal): -4566494 or 2249402. OLE color: 2249402.

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

Color convert

RGB 186 82 34 -
CMYK 0 0.56 0.82 0.27
HSL 18.95º 0.69% 0.43% -
HSV(B) 18.95º 0.82% 0.73% -
XYZ 23.56 16.59 3.47 -
YUV 107.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 186 82 34 0 0.56 0.82 0.27 18.95 0.69 0.43
Hex BA 52 22 0 38 52 1B 13 45 2B
Octal 272 122 42 0 70 122 33 23 105 53
Binary 10111010 1010010 100010 0 111000 1010010 11011 10011 1000101 101011

Color Harmonies of #BA5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5222

Black with #BA5222

Text Example


Text Example

White with #BA5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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