#B29776

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

Shades of Sandrift #B29776

Tints of Sandrift #B29776

Color information

#B29776 (or 0xB29776) is unknown color: approx Sandrift. HEX triplet: B2, 97 and 76. RGB value is (178,151,118). Sum of RGB (Red+Green+Blue) = 178+151+118=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B29776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29776 is #4D6889. Grayscale: #9B9B9B. Windows color (decimal): -5073034 or 7772082. OLE color: 7772082.

HSL color Cylindrical-coordinate representation of color #B29776: hue angle of 33º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29776 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178151118-
CMYK00.150.340.30
HSL33º28.04%58.04%-
HSV(B)33º33.71%69.8%-
XYZ32.732.9121.77-
YUV155.31106.95144.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=39.82%
G=33.78%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815111800.150.340.303328.0458.04
HexB297760F221E211c3a
Octal2622271660174236413472
Binary10110010100101111110110011111000101111010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29776; }

 p { color: rgb(178,151,118); }

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

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

 a { background-color: rgb(178,151,118); }

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

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

 span { border-color: rgb(178,151,118); }

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