Html Css Color HEX #BA552D Fiery Orange

📋 copy color: '#BA552D'

red 186 ◦ green 85 ◦ blue 45

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

Shades of Fiery Orange #BA552D

Tints of Fiery Orange #BA552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 58.86%
G = 26.9%
B = 14.24%

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

#BA552D (or 0xBA552D) is known color: Fiery Orange. HEX triplet: BA, 55 and 2D. RGB value is (186,85,45). Sum of RGB (Red+Green+Blue) = 186+85+45=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA552D is #45AAD2. Grayscale: #6E6E6E. Windows color (decimal): -4565715 or 2971066. OLE color: 2971066.

HSL color Cylindrical-coordinate representation of color #BA552D: hue angle of 17.02º degrees, saturation: 0.61, 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 #BA552D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 85 45 -
CMYK 0 0.54 0.76 0.27
HSL 17.02º 0.61% 0.45% -
HSV(B) 17.02º 0.76% 0.73% -
XYZ 23.97 17.13 4.52 -
YUV 110.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 186 85 45 0 0.54 0.76 0.27 17.02 0.61 0.45
Hex BA 55 2D 0 36 4C 1B 11 3D 2D
Octal 272 125 55 0 66 114 33 21 75 55
Binary 10111010 1010101 101101 0 110110 1001100 11011 10001 111101 101101

Color Harmonies of #BA552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA552D

Black with #BA552D

Text Example


Text Example

White with #BA552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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