#B29575

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

Shades of Sandrift #B29575

Tints of Sandrift #B29575

Color information

#B29575 (or 0xB29575) is unknown color: approx Sandrift. HEX triplet: B2, 95 and 75. RGB value is (178,149,117). Sum of RGB (Red+Green+Blue) = 178+149+117=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B29575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29575 is #4D6A8A. Grayscale: #9A9A9A. Windows color (decimal): -5073547 or 7706034. OLE color: 7706034.

HSL color Cylindrical-coordinate representation of color #B29575: hue angle of 31.48º 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 #B29575 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178149117-
CMYK00.160.340.30
HSL31.48º28.37%57.84%-
HSV(B)31.48º34.27%69.8%-
XYZ32.3232.2421.35-
YUV154.02107.11145.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=40.09%
G=33.56%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814911700.160.340.3031.4828.3757.84
HexB29575010221E1f1c3a
Octal2622251650204236373472
Binary10110010100101011110101010000100010111101111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29575; }

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

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

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

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

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

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

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

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