Html Css Color HEX #BA5522 Fiery Orange

📋 copy color: '#BA5522'

red 186 ◦ green 85 ◦ blue 34

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

Shades of Fiery Orange #BA5522

Tints of Fiery Orange #BA5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 60.98%
G = 27.87%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA5522 (or 0xBA5522) is known color: Fiery Orange. HEX triplet: BA, 55 and 22. RGB value is (186,85,34). Sum of RGB (Red+Green+Blue) = 186+85+34=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5522 is #45AADD. Grayscale: #6D6D6D. Windows color (decimal): -4565726 or 2250170. OLE color: 2250170.

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

Color convert

RGB 186 85 34 -
CMYK 0 0.54 0.82 0.27
HSL 20.13º 0.69% 0.43% -
HSV(B) 20.13º 0.82% 0.73% -
XYZ 23.79 17.05 3.55 -
YUV 109.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 186 85 34 0 0.54 0.82 0.27 20.13 0.69 0.43
Hex BA 55 22 0 36 52 1B 14 45 2B
Octal 272 125 42 0 66 122 33 24 105 53
Binary 10111010 1010101 100010 0 110110 1010010 11011 10100 1000101 101011

Color Harmonies of #BA5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5522

Black with #BA5522

Text Example


Text Example

White with #BA5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5522; }

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

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

background-color css

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

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

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

border-color css

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

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

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