Html Css Color HEX #BA5423 Fiery Orange

📋 copy color: '#BA5423'

red 186 ◦ green 84 ◦ blue 35

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

Shades of Fiery Orange #BA5423

Tints of Fiery Orange #BA5423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

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

R = 60.98%
G = 27.54%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA5423 (or 0xBA5423) is known color: Fiery Orange. HEX triplet: BA, 54 and 23. RGB value is (186,84,35). Sum of RGB (Red+Green+Blue) = 186+84+35=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5423 is #45ABDC. Grayscale: #6D6D6D. Windows color (decimal): -4565981 or 2315450. OLE color: 2315450.

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

Color convert

RGB 186 84 35 -
CMYK 0 0.55 0.81 0.27
HSL 19.47º 0.68% 0.43% -
HSV(B) 19.47º 0.81% 0.73% -
XYZ 23.72 16.9 3.6 -
YUV 108.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 186 84 35 0 0.55 0.81 0.27 19.47 0.68 0.43
Hex BA 54 23 0 37 51 1B 13 44 2B
Octal 272 124 43 0 67 121 33 23 104 53
Binary 10111010 1010100 100011 0 110111 1010001 11011 10011 1000100 101011

Color Harmonies of #BA5423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5423

Black with #BA5423

Text Example


Text Example

White with #BA5423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5423; }

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

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

background-color css

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

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

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

border-color css

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

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

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