Html Css Color HEX #BA5A26 Fiery Orange

📋 copy color: '#BA5A26'

red 186 ◦ green 90 ◦ blue 38

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

Shades of Fiery Orange #BA5A26

Tints of Fiery Orange #BA5A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 59.24%
G = 28.66%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5A26 (or 0xBA5A26) is known color: Fiery Orange. HEX triplet: BA, 5A and 26. RGB value is (186,90,38). Sum of RGB (Red+Green+Blue) = 186+90+38=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A26 is #45A5D9. Grayscale: #717171. Windows color (decimal): -4564442 or 2513594. OLE color: 2513594.

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

Color convert

RGB 186 90 38 -
CMYK 0 0.52 0.80 0.27
HSL 21.08º 0.66% 0.44% -
HSV(B) 21.08º 0.8% 0.73% -
XYZ 24.26 17.89 4.01 -
YUV 112.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 186 90 38 0 0.52 0.80 0.27 21.08 0.66 0.44
Hex BA 5A 26 0 34 50 1B 15 42 2C
Octal 272 132 46 0 64 120 33 25 102 54
Binary 10111010 1011010 100110 0 110100 1010000 11011 10101 1000010 101100

Color Harmonies of #BA5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A26

Black with #BA5A26

Text Example


Text Example

White with #BA5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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