#B28B72

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

Shades of Sandrift #B28B72

Tints of Sandrift #B28B72

Color information

#B28B72 (or 0xB28B72) is unknown color: approx Sandrift. HEX triplet: B2, 8B and 72. RGB value is (178,139,114). Sum of RGB (Red+Green+Blue) = 178+139+114=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B72 is #4D748D. Grayscale: #939393. Windows color (decimal): -5076110 or 7506866. OLE color: 7506866.

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

Color convert

RGB178139114-
CMYK00.220.360.30
HSL23.44º29.36%57.25%-
HSV(B)23.44º35.96%69.8%-
XYZ30.6329.1519.93-
YUV147.81108.92149.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=41.30%
G=32.25%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813911400.220.360.3023.4429.3657.25
HexB28B72016241E171d39
Octal2622131620264436273571
Binary10110010100010111110010010110100100111101011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B72; }

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

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

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

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

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

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

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

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