#BA5F55

Color #BA5F55 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #BA5F55

Tints of Sunglo #BA5F55

Color information

#BA5F55 (or 0xBA5F55) is unknown color: approx Sunglo. HEX triplet: BA, 5F and 55. RGB value is (186,95,85). Sum of RGB (Red+Green+Blue) = 186+95+85=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F55 is #45A0AA. Grayscale: #797979. Windows color (decimal): -4563115 or 5595066. OLE color: 5595066.

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

Color convert

RGB1869585-
CMYK00.490.540.27
HSL5.94º42.26%53.14%-
HSV(B)5.94º54.3%72.94%-
XYZ25.9819.2810.95-
YUV121.07107.65174.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=50.82%
G=25.96%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186958500.490.540.275.9442.2653.14
HexBA5F55031361B62a35
Octal272137125061663365265
Binary1011101010111111010101011000111011011011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F55; }

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

 H1.HeaderClassName
 {
   color: #BA5F55;
 }
 .AnyTagClassName
 {
   color: #BA5F55;
 }
</style>
background-color css

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

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

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

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

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

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