#B09380

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

Shades of Sandrift #B09380

Tints of Sandrift #B09380

Color information

#B09380 (or 0xB09380) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 80. RGB value is (176,147,128). Sum of RGB (Red+Green+Blue) = 176+147+128=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B09380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09380 is #4F6C7F. Grayscale: #999999. Windows color (decimal): -5205120 or 8426416. OLE color: 8426416.

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

Color convert

RGB176147128-
CMYK00.160.270.31
HSL23.75º23.3%59.61%-
HSV(B)23.75º27.27%69.02%-
XYZ32.2331.6624.83-
YUV153.51113.61144.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=39.02%
G=32.59%
B=28.38%

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
Decimal17614712800.160.270.3123.7523.359.61
HexB093800101B1F18173c
Octal2602232000203337302774
Binary10110000100100111000000001000011011111111100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09380; }

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

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

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

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

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

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

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

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