#B09172

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

Shades of Sandrift #B09172

Tints of Sandrift #B09172

Color information

#B09172 (or 0xB09172) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 72. RGB value is (176,145,114). Sum of RGB (Red+Green+Blue) = 176+145+114=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B09172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09172 is #4F6E8D. Grayscale: #969696. Windows color (decimal): -5205646 or 7508400. OLE color: 7508400.

HSL color Cylindrical-coordinate representation of color #B09172: hue angle of 30º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09172 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176145114-
CMYK00.180.350.31
HSL30º28.18%56.86%-
HSV(B)30º35.23%69.02%-
XYZ31.0730.720.21-
YUV150.73107.27146.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=40.46%
G=33.33%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614511400.180.350.313028.1856.86
HexB09172012231F1e1c39
Octal2602211620224337363471
Binary10110000100100011110010010010100011111111111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09172; }

 p { color: rgb(176,145,114); }

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

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

 a { background-color: rgb(176,145,114); }

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

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

 span { border-color: rgb(176,145,114); }

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