#B1927B

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

Shades of Sandrift #B1927B

Tints of Sandrift #B1927B

Color information

#B1927B (or 0xB1927B) is unknown color: approx Sandrift. HEX triplet: B1, 92 and 7B. RGB value is (177,146,123). Sum of RGB (Red+Green+Blue) = 177+146+123=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1927B is #4E6D84. Grayscale: #989898. Windows color (decimal): -5139845 or 8098481. OLE color: 8098481.

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

Color convert

RGB177146123-
CMYK00.180.310.31
HSL25.56º25.71%58.82%-
HSV(B)25.56º30.51%69.41%-
XYZ31.9931.3323.1-
YUV152.65111.27145.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=39.69%
G=32.74%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714612300.180.310.3125.5625.7158.82
HexB1927B0121F1F1a1a3b
Octal2612221730223737323273
Binary1011000110010010111101101001011111111111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1927B; }

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

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

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

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

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

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

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

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