#B39080

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

Shades of Sandrift #B39080

Tints of Sandrift #B39080

Color information

#B39080 (or 0xB39080) is unknown color: approx Sandrift. HEX triplet: B3, 90 and 80. RGB value is (179,144,128). Sum of RGB (Red+Green+Blue) = 179+144+128=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B39080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39080 is #4C6F7F. Grayscale: #989898. Windows color (decimal): -5009280 or 8425651. OLE color: 8425651.

HSL color Cylindrical-coordinate representation of color #B39080: hue angle of 18.82º 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 #B39080 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179144128-
CMYK00.200.280.30
HSL18.82º25.12%60.2%-
HSV(B)18.82º28.49%70.2%-
XYZ32.4631.0924.71-
YUV152.64114.1146.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=39.69%
G=31.93%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914412800.200.280.3018.8225.1260.2
HexB390800141C1E13193c
Octal2632202000243436233174
Binary10110011100100001000000001010011100111101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39080; }

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

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

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

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

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

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

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

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