Html Css Color HEX #BA5827 Fiery Orange

📋 copy color: '#BA5827'

red 186 ◦ green 88 ◦ blue 39

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

Shades of Fiery Orange #BA5827

Tints of Fiery Orange #BA5827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 59.42%
G = 28.12%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA5827 (or 0xBA5827) is known color: Fiery Orange. HEX triplet: BA, 58 and 27. RGB value is (186,88,39). Sum of RGB (Red+Green+Blue) = 186+88+39=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5827 is #45A7D8. Grayscale: #707070. Windows color (decimal): -4564953 or 2578618. OLE color: 2578618.

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

Color convert

RGB 186 88 39 -
CMYK 0 0.53 0.79 0.27
HSL 20º 0.65% 0.44% -
HSV(B) 20º 0.79% 0.73% -
XYZ 24.11 17.57 4.04 -
YUV 111.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 186 88 39 0 0.53 0.79 0.27 20 0.65 0.44
Hex BA 58 27 0 35 4F 1B 14 41 2C
Octal 272 130 47 0 65 117 33 24 101 54
Binary 10111010 1011000 100111 0 110101 1001111 11011 10100 1000001 101100

Color Harmonies of #BA5827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5827

Black with #BA5827

Text Example


Text Example

White with #BA5827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5827; }

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

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

background-color css

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

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

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

border-color css

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

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

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