Html Css Color HEX #BA5226 Fiery Orange

📋 copy color: '#BA5226'

red 186 ◦ green 82 ◦ blue 38

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

Shades of Fiery Orange #BA5226

Tints of Fiery Orange #BA5226

RGB

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

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

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

R = 60.78%
G = 26.8%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5226 (or 0xBA5226) is known color: Fiery Orange. HEX triplet: BA, 52 and 26. RGB value is (186,82,38). Sum of RGB (Red+Green+Blue) = 186+82+38=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5226 is #45ADD9. Grayscale: #6C6C6C. Windows color (decimal): -4566490 or 2511546. OLE color: 2511546.

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

Color convert

RGB 186 82 38 -
CMYK 0 0.56 0.80 0.27
HSL 17.84º 0.66% 0.44% -
HSV(B) 17.84º 0.8% 0.73% -
XYZ 23.62 16.61 3.8 -
YUV 108.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 186 82 38 0 0.56 0.80 0.27 17.84 0.66 0.44
Hex BA 52 26 0 38 50 1B 12 42 2C
Octal 272 122 46 0 70 120 33 22 102 54
Binary 10111010 1010010 100110 0 111000 1010000 11011 10010 1000010 101100

Color Harmonies of #BA5226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5226

Black with #BA5226

Text Example


Text Example

White with #BA5226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5226; }

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

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

background-color css

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

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

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

border-color css

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

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

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