#B4957F

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

Shades of Sandrift #B4957F

Tints of Sandrift #B4957F

Color information

#B4957F (or 0xB4957F) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 7F. RGB value is (180,149,127). Sum of RGB (Red+Green+Blue) = 180+149+127=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4957F is #4B6A80. Grayscale: #9B9B9B. Windows color (decimal): -4942465 or 8361396. OLE color: 8361396.

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

Color convert

RGB180149127-
CMYK00.170.290.29
HSL24.91º26.11%60.2%-
HSV(B)24.91º29.44%70.59%-
XYZ33.432.7324.64-
YUV155.76111.77145.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 127 (50% from 255) = 27.85%
R=39.47%
G=32.68%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014912700.170.290.2924.9126.1160.2
HexB4957F0111D1D191a3c
Octal2642251770213535313274
Binary1011010010010101111111101000111101111011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4957F; }

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

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

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

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

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

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

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

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