#BA8B6F

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

Shades of Sandrift #BA8B6F

Tints of Sandrift #BA8B6F

Color information

#BA8B6F (or 0xBA8B6F) is unknown color: approx Sandrift. HEX triplet: BA, 8B and 6F. RGB value is (186,139,111). Sum of RGB (Red+Green+Blue) = 186+139+111=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B6F is #457490. Grayscale: #969696. Windows color (decimal): -4551825 or 7310266. OLE color: 7310266.

HSL color Cylindrical-coordinate representation of color #BA8B6F: hue angle of 22.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8B6F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186139111-
CMYK00.250.400.27
HSL22.4º35.21%58.24%-
HSV(B)22.4º40.32%72.94%-
XYZ32.3530.0519.13-
YUV149.86106.07153.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=42.66%
G=31.88%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613911100.250.400.2722.435.2158.24
HexBA8B6F019281B16233a
Octal2722131570315033264372
Binary101110101000101111011110110011010001101110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B6F; }

 p { color: rgb(186,139,111); }

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

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

 a { background-color: rgb(186,139,111); }

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

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

 span { border-color: rgb(186,139,111); }

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