Html Css Color HEX #BA5826 Fiery Orange

📋 copy color: '#BA5826'

red 186 ◦ green 88 ◦ blue 38

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

Shades of Fiery Orange #BA5826

Tints of Fiery Orange #BA5826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 59.62%
G = 28.21%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA5826 (or 0xBA5826) is known color: Fiery Orange. HEX triplet: BA, 58 and 26. RGB value is (186,88,38). Sum of RGB (Red+Green+Blue) = 186+88+38=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5826 is #45A7D9. Grayscale: #6F6F6F. Windows color (decimal): -4564954 or 2513082. OLE color: 2513082.

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

Color convert

RGB 186 88 38 -
CMYK 0 0.53 0.80 0.27
HSL 20.27º 0.66% 0.44% -
HSV(B) 20.27º 0.8% 0.73% -
XYZ 24.09 17.56 3.95 -
YUV 111.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 186 88 38 0 0.53 0.80 0.27 20.27 0.66 0.44
Hex BA 58 26 0 35 50 1B 14 42 2C
Octal 272 130 46 0 65 120 33 24 102 54
Binary 10111010 1011000 100110 0 110101 1010000 11011 10100 1000010 101100

Color Harmonies of #BA5826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5826

Black with #BA5826

Text Example


Text Example

White with #BA5826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5826; }

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

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

background-color css

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

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

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

border-color css

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

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

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