#B29372

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

Shades of Sandrift #B29372

Tints of Sandrift #B29372

Color information

#B29372 (or 0xB29372) is unknown color: approx Sandrift. HEX triplet: B2, 93 and 72. RGB value is (178,147,114). Sum of RGB (Red+Green+Blue) = 178+147+114=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B29372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29372 is #4D6C8D. Grayscale: #989898. Windows color (decimal): -5074062 or 7508914. OLE color: 7508914.

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

Color convert

RGB178147114-
CMYK00.170.360.30
HSL30.94º29.36%57.25%-
HSV(B)30.94º35.96%69.8%-
XYZ31.8331.5520.33-
YUV152.51106.27146.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=40.55%
G=33.49%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814711400.170.360.3030.9429.3657.25
HexB29372011241E1f1d39
Octal2622231620214436373571
Binary10110010100100111110010010001100100111101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29372; }

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

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

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

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

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

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

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

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