#B09180

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

Shades of Sandrift #B09180

Tints of Sandrift #B09180

Color information

#B09180 (or 0xB09180) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 80. RGB value is (176,145,128). Sum of RGB (Red+Green+Blue) = 176+145+128=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B09180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09180 is #4F6E7F. Grayscale: #989898. Windows color (decimal): -5205632 or 8425904. OLE color: 8425904.

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

Color convert

RGB176145128-
CMYK00.180.270.31
HSL21.25º23.3%59.61%-
HSV(B)21.25º27.27%69.02%-
XYZ31.9331.0424.73-
YUV152.33114.27144.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=39.20%
G=32.29%
B=28.51%

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
Decimal17614512800.180.270.3121.2523.359.61
HexB091800121B1F15173c
Octal2602212000223337252774
Binary10110000100100011000000001001011011111111010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09180; }

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

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

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

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

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

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

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

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