#B68E7A

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

Shades of Sandrift #B68E7A

Tints of Sandrift #B68E7A

Color information

#B68E7A (or 0xB68E7A) is unknown color: approx Sandrift. HEX triplet: B6, 8E and 7A. RGB value is (182,142,122). Sum of RGB (Red+Green+Blue) = 182+142+122=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E7A is #497185. Grayscale: #979797. Windows color (decimal): -4813190 or 8031926. OLE color: 8031926.

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

Color convert

RGB182142122-
CMYK00.220.330.29
HSL20º29.13%59.61%-
HSV(B)20º32.97%71.37%-
XYZ32.4830.722.63-
YUV151.68111.25149.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=40.81%
G=31.84%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214212200.220.330.292029.1359.61
HexB68E7A016211D141d3c
Octal2662161720264135243574
Binary10110110100011101111010010110100001111011010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E7A; }

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

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

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

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

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

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

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

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