#B4947D

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

Shades of Sandrift #B4947D

Tints of Sandrift #B4947D

Color information

#B4947D (or 0xB4947D) is unknown color: approx Sandrift. HEX triplet: B4, 94 and 7D. RGB value is (180,148,125). Sum of RGB (Red+Green+Blue) = 180+148+125=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4947D is #4B6B82. Grayscale: #9B9B9B. Windows color (decimal): -4942723 or 8230068. OLE color: 8230068.

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

Color convert

RGB180148125-
CMYK00.180.310.29
HSL25.09º26.83%59.8%-
HSV(B)25.09º30.56%70.59%-
XYZ33.1132.3623.9-
YUV154.95111.1145.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=39.74%
G=32.67%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014812500.180.310.2925.0926.8359.8
HexB4947D0121F1D191b3c
Octal2642241750223735313374
Binary1011010010010100111110101001011111111011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4947D; }

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

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

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

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

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

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

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

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