#BA6658

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

Shades of Sunglo #BA6658

Tints of Sunglo #BA6658

Color information

#BA6658 (or 0xBA6658) is unknown color: approx Sunglo. HEX triplet: BA, 66 and 58. RGB value is (186,102,88). Sum of RGB (Red+Green+Blue) = 186+102+88=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6658 is #4599A7. Grayscale: #7D7D7D. Windows color (decimal): -4561320 or 5793466. OLE color: 5793466.

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

Color convert

RGB18610288-
CMYK00.450.530.27
HSL8.57º41.53%53.73%-
HSV(B)8.57º52.69%72.94%-
XYZ26.7620.6511.81-
YUV125.52106.83171.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=49.47%
G=27.13%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861028800.450.530.278.5741.5353.73
HexBA665802D351B92a36
Octal2721461300556533115266
Binary10111010110011010110000101101110101110111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6658; }

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

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

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

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

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

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

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

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