#B98A6D

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

Shades of Sandrift #B98A6D

Tints of Sandrift #B98A6D

Color information

#B98A6D (or 0xB98A6D) is unknown color: approx Sandrift. HEX triplet: B9, 8A and 6D. RGB value is (185,138,109). Sum of RGB (Red+Green+Blue) = 185+138+109=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A6D is #467592. Grayscale: #949494. Windows color (decimal): -4617619 or 7178937. OLE color: 7178937.

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

Color convert

RGB185138109-
CMYK00.250.410.27
HSL22.89º35.19%57.65%-
HSV(B)22.89º41.08%72.55%-
XYZ31.8629.618.5-
YUV148.75105.57153.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=42.82%
G=31.94%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513810900.250.410.2722.8935.1957.65
HexB98A6D019291B17233a
Octal2712121550315133274372
Binary101110011000101011011010110011010011101110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A6D; }

 p { color: rgb(185,138,109); }

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

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

 a { background-color: rgb(185,138,109); }

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

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

 span { border-color: rgb(185,138,109); }

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