#B09480

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

Shades of Sandrift #B09480

Tints of Sandrift #B09480

Color information

#B09480 (or 0xB09480) is unknown color: approx Sandrift. HEX triplet: B0, 94 and 80. RGB value is (176,148,128). Sum of RGB (Red+Green+Blue) = 176+148+128=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09480 is #4F6B7F. Grayscale: #9A9A9A. Windows color (decimal): -5204864 or 8426672. OLE color: 8426672.

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

Color convert

RGB176148128-
CMYK00.160.270.31
HSL25º23.3%59.61%-
HSV(B)25º27.27%69.02%-
XYZ32.3931.9724.89-
YUV154.09113.28143.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=38.94%
G=32.74%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614812800.160.270.312523.359.61
HexB094800101B1F19173c
Octal2602242000203337312774
Binary10110000100101001000000001000011011111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09480; }

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

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

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

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

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

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

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

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