#B39180

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

Shades of Sandrift #B39180

Tints of Sandrift #B39180

Color information

#B39180 (or 0xB39180) is unknown color: approx Sandrift. HEX triplet: B3, 91 and 80. RGB value is (179,145,128). Sum of RGB (Red+Green+Blue) = 179+145+128=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B39180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39180 is #4C6E7F. Grayscale: #999999. Windows color (decimal): -5009024 or 8425907. OLE color: 8425907.

HSL color Cylindrical-coordinate representation of color #B39180: hue angle of 20º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B39180 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179145128-
CMYK00.190.280.30
HSL20º25.12%60.2%-
HSV(B)20º28.49%70.2%-
XYZ32.6131.3924.76-
YUV153.23113.76146.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=39.60%
G=32.08%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914512800.190.280.302025.1260.2
HexB391800131C1E14193c
Octal2632212000233436243174
Binary10110011100100011000000001001111100111101010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39180; }

 p { color: rgb(179,145,128); }

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

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

 a { background-color: rgb(179,145,128); }

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

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

 span { border-color: rgb(179,145,128); }

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