#B1967F

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

Shades of Sandrift #B1967F

Tints of Sandrift #B1967F

Color information

#B1967F (or 0xB1967F) is unknown color: approx Sandrift. HEX triplet: B1, 96 and 7F. RGB value is (177,150,127). Sum of RGB (Red+Green+Blue) = 177+150+127=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1967F is #4E6980. Grayscale: #9B9B9B. Windows color (decimal): -5138817 or 8361649. OLE color: 8361649.

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

Color convert

RGB177150127-
CMYK00.150.280.31
HSL27.6º24.27%59.61%-
HSV(B)27.6º28.25%69.41%-
XYZ32.8732.6924.66-
YUV155.45111.95143.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 127 (50% from 255) = 27.97%
R=38.99%
G=33.04%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715012700.150.280.3127.624.2759.61
HexB1967F0F1C1F1c183c
Octal2612261770173437343074
Binary101100011001011011111110111111100111111110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1967F; }

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

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

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

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

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

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

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

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