#BA5D54

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

Shades of Sunglo #BA5D54

Tints of Sunglo #BA5D54

Color information

#BA5D54 (or 0xBA5D54) is unknown color: approx Sunglo. HEX triplet: BA, 5D and 54. RGB value is (186,93,84). Sum of RGB (Red+Green+Blue) = 186+93+84=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D54 is #45A2AB. Grayscale: #777777. Windows color (decimal): -4563628 or 5529018. OLE color: 5529018.

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

Color convert

RGB1869384-
CMYK00.50.550.27
HSL5.29º42.5%52.94%-
HSV(B)5.29º54.84%72.94%-
XYZ25.7618.9110.68-
YUV119.78107.81175.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=51.24%
G=25.62%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186938400.50.550.275.2942.552.94
HexBA5D54032371B52a35
Octal272135124062673355265
Binary1011101010111011010100011001011011111011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D54; }

 p { color: rgb(186,93,84); }

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

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

 a { background-color: rgb(186,93,84); }

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

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

 span { border-color: rgb(186,93,84); }

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