#B09272

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

Shades of Sandrift #B09272

Tints of Sandrift #B09272

Color information

#B09272 (or 0xB09272) is unknown color: approx Sandrift. HEX triplet: B0, 92 and 72. RGB value is (176,146,114). Sum of RGB (Red+Green+Blue) = 176+146+114=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B09272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09272 is #4F6D8D. Grayscale: #979797. Windows color (decimal): -5205390 or 7508656. OLE color: 7508656.

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

Color convert

RGB176146114-
CMYK00.170.350.31
HSL30.97º28.18%56.86%-
HSV(B)30.97º35.23%69.02%-
XYZ31.223120.26-
YUV151.32106.94145.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=40.37%
G=33.49%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614611400.170.350.3130.9728.1856.86
HexB09272011231F1f1c39
Octal2602221620214337373471
Binary10110000100100101110010010001100011111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09272; }

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

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

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

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

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

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

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

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