#B1967D

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

Shades of Sandrift #B1967D

Tints of Sandrift #B1967D

Color information

#B1967D (or 0xB1967D) is unknown color: approx Sandrift. HEX triplet: B1, 96 and 7D. RGB value is (177,150,125). Sum of RGB (Red+Green+Blue) = 177+150+125=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1967D is #4E6982. Grayscale: #9B9B9B. Windows color (decimal): -5138819 or 8230577. OLE color: 8230577.

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

Color convert

RGB177150125-
CMYK00.150.290.31
HSL28.85º25%59.22%-
HSV(B)28.85º29.38%69.41%-
XYZ32.7432.6423.98-
YUV155.22110.95143.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=39.16%
G=33.19%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715012500.150.290.3128.852559.22
HexB1967D0F1D1F1d193b
Octal2612261750173537353173
Binary101100011001011011111010111111101111111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1967D; }

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

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

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

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

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

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

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

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