#B09680

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

Shades of Sandrift #B09680

Tints of Sandrift #B09680

Color information

#B09680 (or 0xB09680) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 80. RGB value is (176,150,128). Sum of RGB (Red+Green+Blue) = 176+150+128=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09680 is #4F697F. Grayscale: #9B9B9B. Windows color (decimal): -5204352 or 8427184. OLE color: 8427184.

HSL color Cylindrical-coordinate representation of color #B09680: hue angle of 27.5º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09680 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176150128-
CMYK00.150.270.31
HSL27.5º23.3%59.61%-
HSV(B)27.5º27.27%69.02%-
XYZ32.7132.624.99-
YUV155.27112.61142.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.77%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=38.77%
G=33.04%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615012800.150.270.3127.523.359.61
HexB096800F1B1F1c173c
Octal2602262000173337342774
Binary1011000010010110100000000111111011111111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09680; }

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

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

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

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

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

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

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

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