#BA5F56

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

Shades of Sunglo #BA5F56

Tints of Sunglo #BA5F56

Color information

#BA5F56 (or 0xBA5F56) is unknown color: approx Sunglo. HEX triplet: BA, 5F and 56. RGB value is (186,95,86). Sum of RGB (Red+Green+Blue) = 186+95+86=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F56 is #45A0A9. Grayscale: #797979. Windows color (decimal): -4563114 or 5660602. OLE color: 5660602.

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

Color convert

RGB1869586-
CMYK00.490.540.27
HSL5.4º42.02%53.33%-
HSV(B)5.4º53.76%72.94%-
XYZ26.0219.311.16-
YUV121.18108.15174.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=50.68%
G=25.89%
B=23.43%

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
Decimal186958600.490.540.275.442.0253.33
HexBA5F56031361B52a35
Octal272137126061663355265
Binary1011101010111111010110011000111011011011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F56; }

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

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

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

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

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

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

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

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