#B4947F

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

Shades of Sandrift #B4947F

Tints of Sandrift #B4947F

Color information

#B4947F (or 0xB4947F) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 7F. RGB value is (180,148,127). Sum of RGB (Red+Green+Blue) = 180+148+127=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4947F is #4B6B80. Grayscale: #9B9B9B. Windows color (decimal): -4942721 or 8361140. OLE color: 8361140.

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

Color convert

RGB180148127-
CMYK00.180.290.29
HSL23.77º26.11%60.2%-
HSV(B)23.77º29.44%70.59%-
XYZ33.2432.4224.58-
YUV155.17112.1145.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 127 (50% from 255) = 27.91%
R=39.56%
G=32.53%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014812700.180.290.2923.7726.1160.2
HexB4947F0121D1D181a3c
Octal2642241770223535303274
Binary1011010010010100111111101001011101111011100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4947F; }

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

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

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

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

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

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

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

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