#B1967C

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

Shades of Sandrift #B1967C

Tints of Sandrift #B1967C

Color information

#B1967C (or 0xB1967C) is unknown color: approx Sandrift. HEX triplet: B1, 96 and 7C. RGB value is (177,150,124). Sum of RGB (Red+Green+Blue) = 177+150+124=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1967C is #4E6983. Grayscale: #9B9B9B. Windows color (decimal): -5138820 or 8165041. OLE color: 8165041.

HSL color Cylindrical-coordinate representation of color #B1967C: hue angle of 29.43º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1967C is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177150124-
CMYK00.150.300.31
HSL29.43º25.36%59.02%-
HSV(B)29.43º29.94%69.41%-
XYZ32.6832.6223.64-
YUV155.11110.45143.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=39.25%
G=33.26%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715012400.150.300.3129.4325.3659.02
HexB1967C0F1E1F1d193b
Octal2612261740173637353173
Binary101100011001011011111000111111110111111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1967C; }

 p { color: rgb(177,150,124); }

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

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

 a { background-color: rgb(177,150,124); }

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

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

 span { border-color: rgb(177,150,124); }

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