Html Css Color HEX #BA5828 Fiery Orange

📋 copy color: '#BA5828'

red 186 ◦ green 88 ◦ blue 40

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

Shades of Fiery Orange #BA5828

Tints of Fiery Orange #BA5828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 59.24%
G = 28.03%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA5828 (or 0xBA5828) is known color: Fiery Orange. HEX triplet: BA, 58 and 28. RGB value is (186,88,40). Sum of RGB (Red+Green+Blue) = 186+88+40=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5828 is #45A7D7. Grayscale: #707070. Windows color (decimal): -4564952 or 2644154. OLE color: 2644154.

HSL color Cylindrical-coordinate representation of color #BA5828: hue angle of 19.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA5828 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 40 -
CMYK 0 0.53 0.78 0.27
HSL 19.73º 0.65% 0.44% -
HSV(B) 19.73º 0.78% 0.73% -
XYZ 24.12 17.57 4.13 -
YUV 111.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 186 88 40 0 0.53 0.78 0.27 19.73 0.65 0.44
Hex BA 58 28 0 35 4E 1B 14 41 2C
Octal 272 130 50 0 65 116 33 24 101 54
Binary 10111010 1011000 101000 0 110101 1001110 11011 10100 1000001 101100

Color Harmonies of #BA5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5828

Black with #BA5828

Text Example


Text Example

White with #BA5828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5828; }

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

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

background-color css

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

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

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

border-color css

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

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

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