Html Css Color HEX #BA551A Fiery Orange

📋 copy color: '#BA551A'

red 186 ◦ green 85 ◦ blue 26

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

Shades of Fiery Orange #BA551A

Tints of Fiery Orange #BA551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 62.63%
G = 28.62%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA551A (or 0xBA551A) is known color: Fiery Orange. HEX triplet: BA, 55 and 1A. RGB value is (186,85,26). Sum of RGB (Red+Green+Blue) = 186+85+26=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA551A is #45AAE5. Grayscale: #6C6C6C. Windows color (decimal): -4565734 or 1725882. OLE color: 1725882.

HSL color Cylindrical-coordinate representation of color #BA551A: hue angle of 22.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA551A is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 26 -
CMYK 0 0.54 0.86 0.27
HSL 22.13º 0.75% 0.42% -
HSV(B) 22.13º 0.86% 0.73% -
XYZ 23.68 17.01 3.01 -
YUV 108.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 186 85 26 0 0.54 0.86 0.27 22.13 0.75 0.42
Hex BA 55 1A 0 36 56 1B 16 4B 2A
Octal 272 125 32 0 66 126 33 26 113 52
Binary 10111010 1010101 11010 0 110110 1010110 11011 10110 1001011 101010

Color Harmonies of #BA551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA551A

Black with #BA551A

Text Example


Text Example

White with #BA551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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