#B09080

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

Shades of Sandrift #B09080

Tints of Sandrift #B09080

Color information

#B09080 (or 0xB09080) is unknown color: approx Sandrift. HEX triplet: B0, 90 and 80. RGB value is (176,144,128). Sum of RGB (Red+Green+Blue) = 176+144+128=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B09080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09080 is #4F6F7F. Grayscale: #979797. Windows color (decimal): -5205888 or 8425648. OLE color: 8425648.

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

Color convert

RGB176144128-
CMYK00.180.270.31
HSL20º23.3%59.61%-
HSV(B)20º27.27%69.02%-
XYZ31.7730.7424.68-
YUV151.74114.6145.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=39.29%
G=32.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614412800.180.270.312023.359.61
HexB090800121B1F14173c
Octal2602202000223337242774
Binary10110000100100001000000001001011011111111010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09080; }

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

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

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

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

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

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

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

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