#B68A6D

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

Shades of Sandrift #B68A6D

Tints of Sandrift #B68A6D

Color information

#B68A6D (or 0xB68A6D) is unknown color: approx Sandrift. HEX triplet: B6, 8A and 6D. RGB value is (182,138,109). Sum of RGB (Red+Green+Blue) = 182+138+109=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A6D is #497592. Grayscale: #949494. Windows color (decimal): -4814227 or 7178934. OLE color: 7178934.

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

Color convert

RGB182138109-
CMYK00.240.400.29
HSL23.84º33.33%57.06%-
HSV(B)23.84º40.11%71.37%-
XYZ31.1429.2318.47-
YUV147.85106.08152.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=42.42%
G=32.17%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213810900.240.400.2923.8433.3357.06
HexB68A6D018281D182139
Octal2662121550305035304171
Binary101101101000101011011010110001010001110111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A6D; }

 p { color: rgb(182,138,109); }

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

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

 a { background-color: rgb(182,138,109); }

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

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

 span { border-color: rgb(182,138,109); }

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