#BA6B57

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

Shades of Sunglo #BA6B57

Tints of Sunglo #BA6B57

Color information

#BA6B57 (or 0xBA6B57) is unknown color: approx Sunglo. HEX triplet: BA, 6B and 57. RGB value is (186,107,87). Sum of RGB (Red+Green+Blue) = 186+107+87=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B57 is #4594A8. Grayscale: #808080. Windows color (decimal): -4560041 or 5729210. OLE color: 5729210.

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

Color convert

RGB18610787-
CMYK00.420.530.27
HSL12.12º41.77%53.53%-
HSV(B)12.12º53.23%72.94%-
XYZ27.2321.6411.76-
YUV128.34104.67169.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=48.95%
G=28.16%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861078700.420.530.2712.1241.7753.53
HexBA6B5702A351Bc2a36
Octal2721531270526533145266
Binary10111010110101110101110101010110101110111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B57; }

 p { color: rgb(186,107,87); }

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

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

 a { background-color: rgb(186,107,87); }

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

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

 span { border-color: rgb(186,107,87); }

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