#BA685A

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

Shades of Sunglo #BA685A

Tints of Sunglo #BA685A

Color information

#BA685A (or 0xBA685A) is unknown color: approx Sunglo. HEX triplet: BA, 68 and 5A. RGB value is (186,104,90). Sum of RGB (Red+Green+Blue) = 186+104+90=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685A is #4597A5. Grayscale: #7F7F7F. Windows color (decimal): -4560806 or 5925050. OLE color: 5925050.

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

Color convert

RGB18610490-
CMYK00.440.520.27
HSL8.75º41.03%54.12%-
HSV(B)8.75º51.61%72.94%-
XYZ27.0521.0812.32-
YUV126.92107.17170.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=48.95%
G=27.37%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861049000.440.520.278.7541.0354.12
HexBA685A02C341B92936
Octal2721501320546433115166
Binary10111010110100010110100101100110100110111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA685A; }

 p { color: rgb(186,104,90); }

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

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

 a { background-color: rgb(186,104,90); }

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

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

 span { border-color: rgb(186,104,90); }

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