#B39785

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

Shades of Sandrift #B39785

Tints of Sandrift #B39785

Color information

#B39785 (or 0xB39785) is unknown color: approx Sandrift. HEX triplet: B3, 97 and 85. RGB value is (179,151,133). Sum of RGB (Red+Green+Blue) = 179+151+133=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B39785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39785 is #4C687A. Grayscale: #9D9D9D. Windows color (decimal): -5007483 or 8755123. OLE color: 8755123.

HSL color Cylindrical-coordinate representation of color #B39785: hue angle of 23.48º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39785 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179151133-
CMYK00.160.260.30
HSL23.48º23.23%61.18%-
HSV(B)23.48º25.7%70.2%-
XYZ33.8933.4126.85-
YUV157.32114.28143.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=38.66%
G=32.61%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915113300.160.260.3023.4823.2361.18
HexB397850101A1E17173d
Octal2632272050203236272775
Binary10110011100101111000010101000011010111101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39785; }

 p { color: rgb(179,151,133); }

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

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

 a { background-color: rgb(179,151,133); }

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

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

 span { border-color: rgb(179,151,133); }

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