#B68E74

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

Shades of Sandrift #B68E74

Tints of Sandrift #B68E74

Color information

#B68E74 (or 0xB68E74) is unknown color: approx Sandrift. HEX triplet: B6, 8E and 74. RGB value is (182,142,116). Sum of RGB (Red+Green+Blue) = 182+142+116=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E74 is #49718B. Grayscale: #979797. Windows color (decimal): -4813196 or 7638710. OLE color: 7638710.

HSL color Cylindrical-coordinate representation of color #B68E74: hue angle of 23.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68E74 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182142116-
CMYK00.220.360.29
HSL23.64º31.13%58.43%-
HSV(B)23.64º36.26%71.37%-
XYZ32.1230.5520.73-
YUV151108.25150.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=41.36%
G=32.27%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214211600.220.360.2923.6431.1358.43
HexB68E74016241D181f3a
Octal2662161640264435303772
Binary10110110100011101110100010110100100111011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E74; }

 p { color: rgb(182,142,116); }

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

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

 a { background-color: rgb(182,142,116); }

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

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

 span { border-color: rgb(182,142,116); }

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