Html Css Color HEX #BA5549 Sunset

📋 copy color: '#BA5549'

red 186 ◦ green 85 ◦ blue 73

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

Shades of Sunset #BA5549

Tints of Sunset #BA5549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 54.07%
G = 24.71%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5549 (or 0xBA5549) is known color: Sunset. HEX triplet: BA, 55 and 49. RGB value is (186,85,73). Sum of RGB (Red+Green+Blue) = 186+85+73=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5549 is #45AAB6. Grayscale: #717171. Windows color (decimal): -4565687 or 4806074. OLE color: 4806074.

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

Color convert

RGB 186 85 73 -
CMYK 0 0.54 0.61 0.27
HSL 6.37º 0.45% 0.51% -
HSV(B) 6.37º 0.61% 0.73% -
XYZ 24.7 17.42 8.36 -
YUV 113.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 186 85 73 0 0.54 0.61 0.27 6.37 0.45 0.51
Hex BA 55 49 0 36 3D 1B 6 2D 33
Octal 272 125 111 0 66 75 33 6 55 63
Binary 10111010 1010101 1001001 0 110110 111101 11011 110 101101 110011

Color Harmonies of #BA5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5549

Black with #BA5549

Text Example


Text Example

White with #BA5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5549; }

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

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

background-color css

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

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

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

border-color css

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

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

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