#BA695B

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

Shades of Sunglo #BA695B

Tints of Sunglo #BA695B

Color information

#BA695B (or 0xBA695B) is unknown color: approx Sunglo. HEX triplet: BA, 69 and 5B. RGB value is (186,105,91). Sum of RGB (Red+Green+Blue) = 186+105+91=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA695B is #4596A4. Grayscale: #7F7F7F. Windows color (decimal): -4560549 or 5990842. OLE color: 5990842.

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

Color convert

RGB18610591-
CMYK00.440.510.27
HSL8.84º40.77%54.31%-
HSV(B)8.84º51.08%72.94%-
XYZ27.1921.312.58-
YUV127.62107.34169.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=48.69%
G=27.49%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861059100.440.510.278.8440.7754.31
HexBA695B02C331B92936
Octal2721511330546333115166
Binary10111010110100110110110101100110011110111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA695B; }

 p { color: rgb(186,105,91); }

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

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

 a { background-color: rgb(186,105,91); }

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

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

 span { border-color: rgb(186,105,91); }

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