#B98D6E

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

Shades of Sandrift #B98D6E

Tints of Sandrift #B98D6E

Color information

#B98D6E (or 0xB98D6E) is unknown color: approx Sandrift. HEX triplet: B9, 8D and 6E. RGB value is (185,141,110). Sum of RGB (Red+Green+Blue) = 185+141+110=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D6E is #467291. Grayscale: #969696. Windows color (decimal): -4616850 or 7245241. OLE color: 7245241.

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

Color convert

RGB185141110-
CMYK00.240.410.27
HSL24.8º34.88%57.84%-
HSV(B)24.8º40.54%72.55%-
XYZ32.3530.4918.93-
YUV150.62105.08152.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=42.43%
G=32.34%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514111000.240.410.2724.834.8857.84
HexB98D6E018291B19233a
Octal2712151560305133314372
Binary101110011000110111011100110001010011101111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D6E; }

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

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

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

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

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

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

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

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