Html Css Color HEX #BA5530 Fiery Orange

📋 copy color: '#BA5530'

red 186 ◦ green 85 ◦ blue 48

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

Shades of Fiery Orange #BA5530

Tints of Fiery Orange #BA5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 58.31%
G = 26.65%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5530 (or 0xBA5530) is known color: Fiery Orange. HEX triplet: BA, 55 and 30. RGB value is (186,85,48). Sum of RGB (Red+Green+Blue) = 186+85+48=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5530 is #45AACF. Grayscale: #6F6F6F. Windows color (decimal): -4565712 or 3167674. OLE color: 3167674.

HSL color Cylindrical-coordinate representation of color #BA5530: hue angle of 16.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5530 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 48 -
CMYK 0 0.54 0.74 0.27
HSL 16.09º 0.59% 0.46% -
HSV(B) 16.09º 0.74% 0.73% -
XYZ 24.03 17.15 4.84 -
YUV 110.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 186 85 48 0 0.54 0.74 0.27 16.09 0.59 0.46
Hex BA 55 30 0 36 4A 1B 10 3B 2E
Octal 272 125 60 0 66 112 33 20 73 56
Binary 10111010 1010101 110000 0 110110 1001010 11011 10000 111011 101110

Color Harmonies of #BA5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5530

Black with #BA5530

Text Example


Text Example

White with #BA5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5530; }

 p { color: rgb(186,85,48); }

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

background-color css

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

 a { background-color: rgb(186,85,48); }

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

border-color css

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

 span { border-color: rgb(186,85,48); }

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