#BA655D

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

Shades of Sunglo #BA655D

Tints of Sunglo #BA655D

Color information

#BA655D (or 0xBA655D) is unknown color: approx Sunglo. HEX triplet: BA, 65 and 5D. RGB value is (186,101,93). Sum of RGB (Red+Green+Blue) = 186+101+93=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA655D is #459AA2. Grayscale: #7D7D7D. Windows color (decimal): -4561571 or 6120890. OLE color: 6120890.

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

Color convert

RGB18610193-
CMYK00.460.50.27
HSL5.16º40.26%54.71%-
HSV(B)5.16º50%72.94%-
XYZ26.8820.5412.9-
YUV125.5109.66171.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=48.95%
G=26.58%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861019300.460.50.275.1640.2654.71
HexBA655D02E321B52837
Octal272145135056623355067
Binary1011101011001011011101010111011001011011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA655D; }

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

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

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

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

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

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

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

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