#B29685

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

Shades of Sandrift #B29685

Tints of Sandrift #B29685

Color information

#B29685 (or 0xB29685) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 85. RGB value is (178,150,133). Sum of RGB (Red+Green+Blue) = 178+150+133=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B29685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29685 is #4D697A. Grayscale: #9C9C9C. Windows color (decimal): -5073275 or 8754866. OLE color: 8754866.

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

Color convert

RGB178150133-
CMYK00.160.250.30
HSL22.67º22.61%60.98%-
HSV(B)22.67º25.28%69.8%-
XYZ33.532.9726.79-
YUV156.43114.78143.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=38.61%
G=32.54%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815013300.160.250.3022.6722.6160.98
HexB29685010191E17173d
Octal2622262050203136272775
Binary10110010100101101000010101000011001111101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29685; }

 p { color: rgb(178,150,133); }

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

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

 a { background-color: rgb(178,150,133); }

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

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

 span { border-color: rgb(178,150,133); }

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