Html Css Color HEX #BA581C Fiery Orange

📋 copy color: '#BA581C'

red 186 ◦ green 88 ◦ blue 28

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

Shades of Fiery Orange #BA581C

Tints of Fiery Orange #BA581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 61.59%
G = 29.14%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA581C (or 0xBA581C) is known color: Fiery Orange. HEX triplet: BA, 58 and 1C. RGB value is (186,88,28). Sum of RGB (Red+Green+Blue) = 186+88+28=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA581C is #45A7E3. Grayscale: #6E6E6E. Windows color (decimal): -4564964 or 1857722. OLE color: 1857722.

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

Color convert

RGB 186 88 28 -
CMYK 0 0.53 0.85 0.27
HSL 22.78º 0.74% 0.42% -
HSV(B) 22.78º 0.85% 0.73% -
XYZ 23.95 17.5 3.21 -
YUV 110.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 186 88 28 0 0.53 0.85 0.27 22.78 0.74 0.42
Hex BA 58 1C 0 35 55 1B 17 4A 2A
Octal 272 130 34 0 65 125 33 27 112 52
Binary 10111010 1011000 11100 0 110101 1010101 11011 10111 1001010 101010

Color Harmonies of #BA581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA581C

Black with #BA581C

Text Example


Text Example

White with #BA581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA581C; }

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

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

background-color css

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

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

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

border-color css

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

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

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