#b4947b

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

Shades of Sandrift #B4947B

Tints of Sandrift #B4947B

Color information

#B4947B (or 0xB4947B) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 7B. RGB value is (180,148,123). Sum of RGB (Red+Green+Blue) = 180+148+123=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4947B is #4B6B84. Grayscale: #9A9A9A. Windows color (decimal): -4942725 or 8098996. OLE color: 8098996.

HSL color Cylindrical-coordinate representation of color #B4947B: hue angle of 26.32º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4947B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180148123-
CMYK00.180.320.29
HSL26.32º27.54%59.41%-
HSV(B)26.32º31.67%70.59%-
XYZ32.9932.3123.24-
YUV154.72110.1146.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=39.91%
G=32.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014812300.180.320.2926.3227.5459.41
HexB4947B012201D1a1c3b
Octal2642241730224035323473
Binary10110100100101001111011010010100000111011101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4947b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4947b; }

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

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

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

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

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

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

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

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