#B68E70

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

Shades of Sandrift #B68E70

Tints of Sandrift #B68E70

Color information

#B68E70 (or 0xB68E70) is unknown color: approx Sandrift. HEX triplet: B6, 8E and 70. RGB value is (182,142,112). Sum of RGB (Red+Green+Blue) = 182+142+112=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E70 is #49718F. Grayscale: #969696. Windows color (decimal): -4813200 or 7376566. OLE color: 7376566.

HSL color Cylindrical-coordinate representation of color #B68E70: hue angle of 25.71º 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 #B68E70 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182142112-
CMYK00.220.380.29
HSL25.71º32.41%57.65%-
HSV(B)25.71º38.46%71.37%-
XYZ31.8930.4619.53-
YUV150.54106.25150.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=41.74%
G=32.57%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214211200.220.380.2925.7132.4157.65
HexB68E70016261D1a203a
Octal2662161600264635324072
Binary101101101000111011100000101101001101110111010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E70; }

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

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

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

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

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

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

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

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