#B68F79

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

Shades of Sandrift #B68F79

Tints of Sandrift #B68F79

Color information

#B68F79 (or 0xB68F79) is unknown color: approx Sandrift. HEX triplet: B6, 8F and 79. RGB value is (182,143,121). Sum of RGB (Red+Green+Blue) = 182+143+121=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F79 is #497086. Grayscale: #989898. Windows color (decimal): -4812935 or 7966646. OLE color: 7966646.

HSL color Cylindrical-coordinate representation of color #B68F79: hue angle of 21.64º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68F79 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182143121-
CMYK00.210.340.29
HSL21.64º29.47%59.41%-
HSV(B)21.64º33.52%71.37%-
XYZ32.5730.9722.35-
YUV152.15110.42149.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=40.81%
G=32.06%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214312100.210.340.2921.6429.4759.41
HexB68F79015221D161d3b
Octal2662171710254235263573
Binary10110110100011111111001010101100010111011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F79; }

 p { color: rgb(182,143,121); }

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

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

 a { background-color: rgb(182,143,121); }

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

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

 span { border-color: rgb(182,143,121); }

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