#B29577

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

Shades of Sandrift #B29577

Tints of Sandrift #B29577

Color information

#B29577 (or 0xB29577) is unknown color: approx Sandrift. HEX triplet: B2, 95 and 77. RGB value is (178,149,119). Sum of RGB (Red+Green+Blue) = 178+149+119=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B29577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29577 is #4D6A88. Grayscale: #9A9A9A. Windows color (decimal): -5073545 or 7837106. OLE color: 7837106.

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

Color convert

RGB178149119-
CMYK00.160.330.30
HSL30.51º27.7%58.24%-
HSV(B)30.51º33.15%69.8%-
XYZ32.4432.2921.98-
YUV154.25108.11144.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=39.91%
G=33.41%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814911900.160.330.3030.5127.758.24
HexB29577010211E1f1c3a
Octal2622251670204136373472
Binary10110010100101011110111010000100001111101111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29577; }

 p { color: rgb(178,149,119); }

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

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

 a { background-color: rgb(178,149,119); }

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

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

 span { border-color: rgb(178,149,119); }

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