#B6927C

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

Shades of Sandrift #B6927C

Tints of Sandrift #B6927C

Color information

#B6927C (or 0xB6927C) is unknown color: approx Sandrift. HEX triplet: B6, 92 and 7C. RGB value is (182,146,124). Sum of RGB (Red+Green+Blue) = 182+146+124=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6927C is #496D83. Grayscale: #9A9A9A. Windows color (decimal): -4812164 or 8164022. OLE color: 8164022.

HSL color Cylindrical-coordinate representation of color #B6927C: hue angle of 22.76º degrees, saturation: 0.28, 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 #B6927C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182146124-
CMYK00.200.320.29
HSL22.76º28.43%60%-
HSV(B)22.76º31.87%71.37%-
XYZ33.2131.9623.49-
YUV154.26110.93147.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=40.27%
G=32.30%
B=27.43%

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
Decimal18214612400.200.320.2922.7628.4360
HexB6927C014201D171c3c
Octal2662221740244035273474
Binary10110110100100101111100010100100000111011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6927C; }

 p { color: rgb(182,146,124); }

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

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

 a { background-color: rgb(182,146,124); }

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

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

 span { border-color: rgb(182,146,124); }

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