#B39381

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

Shades of Sandrift #B39381

Tints of Sandrift #B39381

Color information

#B39381 (or 0xB39381) is unknown color: approx Sandrift. HEX triplet: B3, 93 and 81. RGB value is (179,147,129). Sum of RGB (Red+Green+Blue) = 179+147+129=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B39381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39381 is #4C6C7E. Grayscale: #9A9A9A. Windows color (decimal): -5008511 or 8491955. OLE color: 8491955.

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

Color convert

RGB179147129-
CMYK00.180.280.30
HSL21.6º24.75%60.39%-
HSV(B)21.6º27.93%70.2%-
XYZ32.9932.0425.21-
YUV154.52113.6145.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=39.34%
G=32.31%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914712900.180.280.3021.624.7560.39
HexB393810121C1E16193c
Octal2632232010223436263174
Binary10110011100100111000000101001011100111101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39381; }

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

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

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

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

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

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

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

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