#B09672

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

Shades of Sandrift #B09672

Tints of Sandrift #B09672

Color information

#B09672 (or 0xB09672) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 72. RGB value is (176,150,114). Sum of RGB (Red+Green+Blue) = 176+150+114=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09672 is #4F698D. Grayscale: #999999. Windows color (decimal): -5204366 or 7509680. OLE color: 7509680.

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

Color convert

RGB176150114-
CMYK00.150.350.31
HSL34.84º28.18%56.86%-
HSV(B)34.84º35.23%69.02%-
XYZ31.8532.2620.47-
YUV153.67105.61143.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=40%
G=34.09%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615011400.150.350.3134.8428.1856.86
HexB096720F231F231c39
Octal2602261620174337433471
Binary10110000100101101110010011111000111111110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09672; }

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

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

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

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

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

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

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

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