#B68F76

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

Shades of Sandrift #B68F76

Tints of Sandrift #B68F76

Color information

#B68F76 (or 0xB68F76) is unknown color: approx Sandrift. HEX triplet: B6, 8F and 76. RGB value is (182,143,118). Sum of RGB (Red+Green+Blue) = 182+143+118=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F76 is #497089. Grayscale: #979797. Windows color (decimal): -4812938 or 7770038. OLE color: 7770038.

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

Color convert

RGB182143118-
CMYK00.210.350.29
HSL23.44º30.48%58.82%-
HSV(B)23.44º35.16%71.37%-
XYZ32.3830.921.4-
YUV151.81108.92149.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=41.08%
G=32.28%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214311800.210.350.2923.4430.4858.82
HexB68F76015231D171e3b
Octal2662171660254335273673
Binary10110110100011111110110010101100011111011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F76; }

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

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

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

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

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

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

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

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