#B0927C

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

Shades of Sandrift #B0927C

Tints of Sandrift #B0927C

Color information

#B0927C (or 0xB0927C) is unknown color: approx Sandrift. HEX triplet: B0, 92 and 7C. RGB value is (176,146,124). Sum of RGB (Red+Green+Blue) = 176+146+124=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0927C is #4F6D83. Grayscale: #989898. Windows color (decimal): -5205380 or 8164016. OLE color: 8164016.

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

Color convert

RGB176146124-
CMYK00.170.300.31
HSL25.38º24.76%58.82%-
HSV(B)25.38º29.55%69.02%-
XYZ31.8231.2423.42-
YUV152.46111.94144.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=39.46%
G=32.74%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614612400.170.300.3125.3824.7658.82
HexB0927C0111E1F19193b
Octal2602221740213637313173
Binary1011000010010010111110001000111110111111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0927C; }

 p { color: rgb(176,146,124); }

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

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

 a { background-color: rgb(176,146,124); }

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

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

 span { border-color: rgb(176,146,124); }

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