#B98D6F

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

Shades of Sandrift #B98D6F

Tints of Sandrift #B98D6F

Color information

#B98D6F (or 0xB98D6F) is unknown color: approx Sandrift. HEX triplet: B9, 8D and 6F. RGB value is (185,141,111). Sum of RGB (Red+Green+Blue) = 185+141+111=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D6F is #467290. Grayscale: #969696. Windows color (decimal): -4616849 or 7310777. OLE color: 7310777.

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

Color convert

RGB185141111-
CMYK00.240.40.27
HSL24.32º34.58%58.04%-
HSV(B)24.32º40%72.55%-
XYZ32.430.5119.22-
YUV150.74105.58152.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=42.33%
G=32.27%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514111100.240.40.2724.3234.5858.04
HexB98D6F018281B18233a
Octal2712151570305033304372
Binary101110011000110111011110110001010001101111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D6F; }

 p { color: rgb(185,141,111); }

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

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

 a { background-color: rgb(185,141,111); }

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

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

 span { border-color: rgb(185,141,111); }

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