#B1967E

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

Shades of Sandrift #B1967E

Tints of Sandrift #B1967E

Color information

#B1967E (or 0xB1967E) is unknown color: approx Sandrift. HEX triplet: B1, 96 and 7E. RGB value is (177,150,126). Sum of RGB (Red+Green+Blue) = 177+150+126=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1967E is #4E6981. Grayscale: #9B9B9B. Windows color (decimal): -5138818 or 8296113. OLE color: 8296113.

HSL color Cylindrical-coordinate representation of color #B1967E: hue angle of 28.24º 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 #B1967E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177150126-
CMYK00.150.290.31
HSL28.24º24.64%59.41%-
HSV(B)28.24º28.81%69.41%-
XYZ32.832.6724.31-
YUV155.34111.45143.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=39.07%
G=33.11%
B=27.81%

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
Decimal17715012600.150.290.3128.2424.6459.41
HexB1967E0F1D1F1c193b
Octal2612261760173537343173
Binary101100011001011011111100111111101111111110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1967E; }

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

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

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

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

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

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

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

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