#B29272

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

Shades of Sandrift #B29272

Tints of Sandrift #B29272

Color information

#B29272 (or 0xB29272) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 72. RGB value is (178,146,114). Sum of RGB (Red+Green+Blue) = 178+146+114=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B29272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29272 is #4D6D8D. Grayscale: #989898. Windows color (decimal): -5074318 or 7508658. OLE color: 7508658.

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

Color convert

RGB178146114-
CMYK00.180.360.30
HSL30º29.36%57.25%-
HSV(B)30º35.96%69.8%-
XYZ31.6831.2420.28-
YUV151.92106.6146.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=40.64%
G=33.33%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814611400.180.360.303029.3657.25
HexB29272012241E1e1d39
Octal2622221620224436363571
Binary10110010100100101110010010010100100111101111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29272; }

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

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

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

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

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

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

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

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