#BA6458

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

Shades of Sunglo #BA6458

Tints of Sunglo #BA6458

Color information

#BA6458 (or 0xBA6458) is unknown color: approx Sunglo. HEX triplet: BA, 64 and 58. RGB value is (186,100,88). Sum of RGB (Red+Green+Blue) = 186+100+88=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6458 is #459BA7. Grayscale: #7C7C7C. Windows color (decimal): -4561832 or 5792954. OLE color: 5792954.

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

Color convert

RGB18610088-
CMYK00.460.530.27
HSL7.35º41.53%53.73%-
HSV(B)7.35º52.69%72.94%-
XYZ26.5720.2611.74-
YUV124.35107.49171.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.73%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=49.73%
G=26.74%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861008800.460.530.277.3541.5353.73
HexBA645802E351B72a36
Octal272144130056653375266
Binary1011101011001001011000010111011010111011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6458; }

 p { color: rgb(186,100,88); }

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

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

 a { background-color: rgb(186,100,88); }

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

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

 span { border-color: rgb(186,100,88); }

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