Html Css Color HEX #BA5526 Fiery Orange

📋 copy color: '#BA5526'

red 186 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #BA5526

Tints of Fiery Orange #BA5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 60.19%
G = 27.51%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5526 (or 0xBA5526) is known color: Fiery Orange. HEX triplet: BA, 55 and 26. RGB value is (186,85,38). Sum of RGB (Red+Green+Blue) = 186+85+38=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5526 is #45AAD9. Grayscale: #6E6E6E. Windows color (decimal): -4565722 or 2512314. OLE color: 2512314.

HSL color Cylindrical-coordinate representation of color #BA5526: hue angle of 19.05º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA5526 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 38 -
CMYK 0 0.54 0.80 0.27
HSL 19.05º 0.66% 0.44% -
HSV(B) 19.05º 0.8% 0.73% -
XYZ 23.85 17.08 3.87 -
YUV 109.84 87.46 182.32 -
System Red Green Blue C M Y K H S L
Decimal 186 85 38 0 0.54 0.80 0.27 19.05 0.66 0.44
Hex BA 55 26 0 36 50 1B 13 42 2C
Octal 272 125 46 0 66 120 33 23 102 54
Binary 10111010 1010101 100110 0 110110 1010000 11011 10011 1000010 101100

Color Harmonies of #BA5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5526

Black with #BA5526

Text Example


Text Example

White with #BA5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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