#B39471

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

Shades of Sandrift #B39471

Tints of Sandrift #B39471

Color information

#B39471 (or 0xB39471) is unknown color: approx Sandrift. HEX triplet: B3, 94 and 71. RGB value is (179,148,113). Sum of RGB (Red+Green+Blue) = 179+148+113=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B39471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39471 is #4C6B8E. Grayscale: #999999. Windows color (decimal): -5008271 or 7443635. OLE color: 7443635.

HSL color Cylindrical-coordinate representation of color #B39471: hue angle of 31.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39471 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179148113-
CMYK00.170.370.30
HSL31.82º30.28%57.25%-
HSV(B)31.82º36.87%70.2%-
XYZ32.1631.9620.1-
YUV153.28105.27146.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=40.68%
G=33.64%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914811300.170.370.3031.8230.2857.25
HexB39471011251E201e39
Octal2632241610214536403671
Binary101100111001010011100010100011001011111010000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39471; }

 p { color: rgb(179,148,113); }

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

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

 a { background-color: rgb(179,148,113); }

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

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

 span { border-color: rgb(179,148,113); }

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