Html Css Color HEX #BA5923 Fiery Orange

📋 copy color: '#BA5923'

red 186 ◦ green 89 ◦ blue 35

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

Shades of Fiery Orange #BA5923

Tints of Fiery Orange #BA5923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 60%
G = 28.71%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5923 (or 0xBA5923) is known color: Fiery Orange. HEX triplet: BA, 59 and 23. RGB value is (186,89,35). Sum of RGB (Red+Green+Blue) = 186+89+35=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5923 is #45A6DC. Grayscale: #707070. Windows color (decimal): -4564701 or 2316730. OLE color: 2316730.

HSL color Cylindrical-coordinate representation of color #BA5923: hue angle of 21.46º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA5923 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 35 -
CMYK 0 0.52 0.81 0.27
HSL 21.46º 0.68% 0.43% -
HSV(B) 21.46º 0.81% 0.73% -
XYZ 24.13 17.71 3.74 -
YUV 111.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 186 89 35 0 0.52 0.81 0.27 21.46 0.68 0.43
Hex BA 59 23 0 34 51 1B 15 44 2B
Octal 272 131 43 0 64 121 33 25 104 53
Binary 10111010 1011001 100011 0 110100 1010001 11011 10101 1000100 101011

Color Harmonies of #BA5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5923

Black with #BA5923

Text Example


Text Example

White with #BA5923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5923; }

 p { color: rgb(186,89,35); }

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

background-color css

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

 a { background-color: rgb(186,89,35); }

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

border-color css

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

 span { border-color: rgb(186,89,35); }

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