Html Css Color HEX #BA552C Fiery Orange

📋 copy color: '#BA552C'

red 186 ◦ green 85 ◦ blue 44

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

Shades of Fiery Orange #BA552C

Tints of Fiery Orange #BA552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 59.05%
G = 26.98%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA552C (or 0xBA552C) is known color: Fiery Orange. HEX triplet: BA, 55 and 2C. RGB value is (186,85,44). Sum of RGB (Red+Green+Blue) = 186+85+44=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552C is #45AAD3. Grayscale: #6E6E6E. Windows color (decimal): -4565716 or 2905530. OLE color: 2905530.

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

Color convert

RGB 186 85 44 -
CMYK 0 0.54 0.76 0.27
HSL 17.32º 0.62% 0.45% -
HSV(B) 17.32º 0.76% 0.73% -
XYZ 23.95 17.12 4.42 -
YUV 110.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 186 85 44 0 0.54 0.76 0.27 17.32 0.62 0.45
Hex BA 55 2C 0 36 4C 1B 11 3E 2D
Octal 272 125 54 0 66 114 33 21 76 55
Binary 10111010 1010101 101100 0 110110 1001100 11011 10001 111110 101101

Color Harmonies of #BA552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA552C

Black with #BA552C

Text Example


Text Example

White with #BA552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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