#B98C6E

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

Shades of Sandrift #B98C6E

Tints of Sandrift #B98C6E

Color information

#B98C6E (or 0xB98C6E) is unknown color: approx Sandrift. HEX triplet: B9, 8C and 6E. RGB value is (185,140,110). Sum of RGB (Red+Green+Blue) = 185+140+110=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C6E is #467391. Grayscale: #969696. Windows color (decimal): -4617106 or 7244985. OLE color: 7244985.

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

Color convert

RGB185140110-
CMYK00.240.410.27
HSL24º34.88%57.84%-
HSV(B)24º40.54%72.55%-
XYZ32.230.218.88-
YUV150.04105.41152.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=42.53%
G=32.18%
B=25.29%

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
Decimal18514011000.240.410.272434.8857.84
HexB98C6E018291B18233a
Octal2712141560305133304372
Binary101110011000110011011100110001010011101111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C6E; }

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

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

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

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

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

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

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

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