#BA6556

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

Shades of Sunglo #BA6556

Tints of Sunglo #BA6556

Color information

#BA6556 (or 0xBA6556) is unknown color: approx Sunglo. HEX triplet: BA, 65 and 56. RGB value is (186,101,86). Sum of RGB (Red+Green+Blue) = 186+101+86=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6556 is #459AA9. Grayscale: #7C7C7C. Windows color (decimal): -4561578 or 5662138. OLE color: 5662138.

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

Color convert

RGB18610186-
CMYK00.460.540.27
HSL42.02%53.33%-
HSV(B)53.76%72.94%-
XYZ26.5820.4211.34-
YUV124.7106.16171.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=49.87%
G=27.08%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861018600.460.540.27942.0253.33
HexBA655602E361B92a35
Octal2721451260566633115265
Binary10111010110010110101100101110110110110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6556; }

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

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

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

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

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

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

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

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