#B68E73

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

Shades of Sandrift #B68E73

Tints of Sandrift #B68E73

Color information

#B68E73 (or 0xB68E73) is unknown color: approx Sandrift. HEX triplet: B6, 8E and 73. RGB value is (182,142,115). Sum of RGB (Red+Green+Blue) = 182+142+115=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E73 is #49718C. Grayscale: #979797. Windows color (decimal): -4813197 or 7573174. OLE color: 7573174.

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

Color convert

RGB182142115-
CMYK00.220.370.29
HSL24.18º31.46%58.24%-
HSV(B)24.18º36.81%71.37%-
XYZ32.0630.5320.42-
YUV150.88107.75150.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=41.46%
G=32.35%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214211500.220.370.2924.1831.4658.24
HexB68E73016251D181f3a
Octal2662161630264535303772
Binary10110110100011101110011010110100101111011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E73; }

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

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

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

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

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

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

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

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