#b29275

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

Shades of Sandrift #B29275

Tints of Sandrift #B29275

Color information

#B29275 (or 0xB29275) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 75. RGB value is (178,146,117). Sum of RGB (Red+Green+Blue) = 178+146+117=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29275 is #4D6D8A. Grayscale: #989898. Windows color (decimal): -5074315 or 7705266. OLE color: 7705266.

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

Color convert

RGB178146117-
CMYK00.180.340.30
HSL28.52º28.37%57.84%-
HSV(B)28.52º34.27%69.8%-
XYZ31.8531.3121.19-
YUV152.26108.1146.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=40.36%
G=33.11%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814611700.180.340.3028.5228.3757.84
HexB29275012221E1d1c3a
Octal2622221650224236353472
Binary10110010100100101110101010010100010111101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29275; }

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

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

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

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

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

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

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

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