#B1947B

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

Shades of Sandrift #B1947B

Tints of Sandrift #B1947B

Color information

#B1947B (or 0xB1947B) is unknown color: approx Sandrift. HEX triplet: B1, 94 and 7B. RGB value is (177,148,123). Sum of RGB (Red+Green+Blue) = 177+148+123=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1947B is #4E6B84. Grayscale: #999999. Windows color (decimal): -5139333 or 8098993. OLE color: 8098993.

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

Color convert

RGB177148123-
CMYK00.160.310.31
HSL27.78º25.71%58.82%-
HSV(B)27.78º30.51%69.41%-
XYZ32.331.9623.2-
YUV153.82110.61144.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=39.51%
G=33.04%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714812300.160.310.3127.7825.7158.82
HexB1947B0101F1F1c1a3b
Octal2612241730203737343273
Binary1011000110010100111101101000011111111111110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1947B; }

 p { color: rgb(177,148,123); }

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

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

 a { background-color: rgb(177,148,123); }

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

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

 span { border-color: rgb(177,148,123); }

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