#B4967D

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

Shades of Sandrift #B4967D

Tints of Sandrift #B4967D

Color information

#B4967D (or 0xB4967D) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 7D. RGB value is (180,150,125). Sum of RGB (Red+Green+Blue) = 180+150+125=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4967D is #4B6982. Grayscale: #9C9C9C. Windows color (decimal): -4942211 or 8230580. OLE color: 8230580.

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

Color convert

RGB180150125-
CMYK00.170.310.29
HSL27.27º26.83%59.8%-
HSV(B)27.27º30.56%70.59%-
XYZ33.433324.01-
YUV156.12110.44145.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=39.56%
G=32.97%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015012500.170.310.2927.2726.8359.8
HexB4967D0111F1D1b1b3c
Octal2642261750213735333374
Binary1011010010010110111110101000111111111011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4967D; }

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

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

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

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

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

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

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

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