#B4957A

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

Shades of Sandrift #B4957A

Tints of Sandrift #B4957A

Color information

#B4957A (or 0xB4957A) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 7A. RGB value is (180,149,122). Sum of RGB (Red+Green+Blue) = 180+149+122=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4957A is #4B6A85. Grayscale: #9B9B9B. Windows color (decimal): -4942470 or 8033716. OLE color: 8033716.

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

Color convert

RGB180149122-
CMYK00.170.320.29
HSL27.93º27.88%59.22%-
HSV(B)27.93º32.22%70.59%-
XYZ33.0832.622.96-
YUV155.19109.27145.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=39.91%
G=33.04%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014912200.170.320.2927.9327.8859.22
HexB4957A011201D1c1c3b
Octal2642251720214035343473
Binary10110100100101011111010010001100000111011110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4957A; }

 p { color: rgb(180,149,122); }

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

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

 a { background-color: rgb(180,149,122); }

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

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

 span { border-color: rgb(180,149,122); }

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