#B68B71

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

Shades of Sandrift #B68B71

Tints of Sandrift #B68B71

Color information

#B68B71 (or 0xB68B71) is unknown color: approx Sandrift. HEX triplet: B6, 8B and 71. RGB value is (182,139,113). Sum of RGB (Red+Green+Blue) = 182+139+113=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B71 is #49748E. Grayscale: #959595. Windows color (decimal): -4813967 or 7441334. OLE color: 7441334.

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

Color convert

RGB182139113-
CMYK00.240.380.29
HSL22.61º32.09%57.84%-
HSV(B)22.61º37.91%71.37%-
XYZ31.529.619.68-
YUV148.89107.75151.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=41.94%
G=32.03%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213911300.240.380.2922.6132.0957.84
HexB68B71018261D17203a
Octal2662131610304635274072
Binary101101101000101111100010110001001101110110111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68B71; }

 p { color: rgb(182,139,113); }

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

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

 a { background-color: rgb(182,139,113); }

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

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

 span { border-color: rgb(182,139,113); }

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