#B6917B

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

Shades of Sandrift #B6917B

Tints of Sandrift #B6917B

Color information

#B6917B (or 0xB6917B) is unknown color: approx Sandrift. HEX triplet: B6, 91 and 7B. RGB value is (182,145,123). Sum of RGB (Red+Green+Blue) = 182+145+123=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B6917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6917B is #496E84. Grayscale: #999999. Windows color (decimal): -4812421 or 8098230. OLE color: 8098230.

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

Color convert

RGB182145123-
CMYK00.200.320.29
HSL22.37º28.78%59.8%-
HSV(B)22.37º32.42%71.37%-
XYZ32.9931.6323.1-
YUV153.55110.76148.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=40.44%
G=32.22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214512300.200.320.2922.3728.7859.8
HexB6917B014201D161d3c
Octal2662211730244035263574
Binary10110110100100011111011010100100000111011011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6917B; }

 p { color: rgb(182,145,123); }

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

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

 a { background-color: rgb(182,145,123); }

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

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

 span { border-color: rgb(182,145,123); }

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