#B0947C

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

Shades of Sandrift #B0947C

Tints of Sandrift #B0947C

Color information

#B0947C (or 0xB0947C) is unknown color: approx Sandrift. HEX triplet: B0, 94 and 7C. RGB value is (176,148,124). Sum of RGB (Red+Green+Blue) = 176+148+124=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0947C is #4F6B83. Grayscale: #999999. Windows color (decimal): -5204868 or 8164528. OLE color: 8164528.

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

Color convert

RGB176148124-
CMYK00.160.300.31
HSL27.69º24.76%58.82%-
HSV(B)27.69º29.55%69.02%-
XYZ32.1331.8723.53-
YUV153.64111.28143.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=39.29%
G=33.04%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614812400.160.300.3127.6924.7658.82
HexB0947C0101E1F1c193b
Octal2602241740203637343173
Binary1011000010010100111110001000011110111111110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0947C; }

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

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

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

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

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

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

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

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