#B39280

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

Shades of Sandrift #B39280

Tints of Sandrift #B39280

Color information

#B39280 (or 0xB39280) is unknown color: approx Sandrift. HEX triplet: B3, 92 and 80. RGB value is (179,146,128). Sum of RGB (Red+Green+Blue) = 179+146+128=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B39280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39280 is #4C6D7F. Grayscale: #999999. Windows color (decimal): -5008768 or 8426163. OLE color: 8426163.

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

Color convert

RGB179146128-
CMYK00.180.280.30
HSL21.18º25.12%60.2%-
HSV(B)21.18º28.49%70.2%-
XYZ32.7731.724.81-
YUV153.82113.43145.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=39.51%
G=32.23%
B=28.26%

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
Decimal17914612800.180.280.3021.1825.1260.2
HexB392800121C1E15193c
Octal2632222000223436253174
Binary10110011100100101000000001001011100111101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39280; }

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

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

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

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

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

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

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

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