#B39081

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

Shades of Sandrift #B39081

Tints of Sandrift #B39081

Color information

#B39081 (or 0xB39081) is unknown color: approx Sandrift. HEX triplet: B3, 90 and 81. RGB value is (179,144,129). Sum of RGB (Red+Green+Blue) = 179+144+129=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B39081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39081 is #4C6F7E. Grayscale: #989898. Windows color (decimal): -5009279 or 8491187. OLE color: 8491187.

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

Color convert

RGB179144129-
CMYK00.200.280.30
HSL18º24.75%60.39%-
HSV(B)18º27.93%70.2%-
XYZ32.5331.1225.06-
YUV152.75114.6146.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=39.60%
G=31.86%
B=28.54%

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
Decimal17914412900.200.280.301824.7560.39
HexB390810141C1E12193c
Octal2632202010243436223174
Binary10110011100100001000000101010011100111101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39081; }

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

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

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

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

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

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

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

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