Html Css Color HEX #BA5550 Sunset

📋 copy color: '#BA5550'

red 186 ◦ green 85 ◦ blue 80

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

Shades of Sunset #BA5550

Tints of Sunset #BA5550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 52.99%
G = 24.22%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA5550 (or 0xBA5550) is known color: Sunset. HEX triplet: BA, 55 and 50. RGB value is (186,85,80). Sum of RGB (Red+Green+Blue) = 186+85+80=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5550 is #45AAAF. Grayscale: #727272. Windows color (decimal): -4565680 or 5264826. OLE color: 5264826.

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

Color convert

RGB 186 85 80 -
CMYK 0 0.54 0.57 0.27
HSL 2.83º 0.43% 0.52% -
HSV(B) 2.83º 0.57% 0.73% -
XYZ 24.95 17.52 9.66 -
YUV 114.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 186 85 80 0 0.54 0.57 0.27 2.83 0.43 0.52
Hex BA 55 50 0 36 39 1B 3 2B 34
Octal 272 125 120 0 66 71 33 3 53 64
Binary 10111010 1010101 1010000 0 110110 111001 11011 11 101011 110100

Color Harmonies of #BA5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5550

Black with #BA5550

Text Example


Text Example

White with #BA5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5550; }

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

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

background-color css

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

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

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

border-color css

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

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

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