#B29672

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

Shades of Sandrift #B29672

Tints of Sandrift #B29672

Color information

#B29672 (or 0xB29672) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 72. RGB value is (178,150,114). Sum of RGB (Red+Green+Blue) = 178+150+114=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29672 is #4D698D. Grayscale: #9A9A9A. Windows color (decimal): -5073294 or 7509682. OLE color: 7509682.

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

Color convert

RGB178150114-
CMYK00.160.360.30
HSL33.75º29.36%57.25%-
HSV(B)33.75º35.96%69.8%-
XYZ32.332.4920.49-
YUV154.27105.28144.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=40.27%
G=33.94%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815011400.160.360.3033.7529.3657.25
HexB29672010241E221d39
Octal2622261620204436423571
Binary101100101001011011100100100001001001111010001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29672; }

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

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

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

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

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

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

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

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