#B09880

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

Shades of Sandrift #B09880

Tints of Sandrift #B09880

Color information

#B09880 (or 0xB09880) is unknown color: approx Sandrift. HEX triplet: B0, 98 and 80. RGB value is (176,152,128). Sum of RGB (Red+Green+Blue) = 176+152+128=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B09880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09880 is #4F677F. Grayscale: #9C9C9C. Windows color (decimal): -5203840 or 8427696. OLE color: 8427696.

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

Color convert

RGB176152128-
CMYK00.140.270.31
HSL30º23.3%59.61%-
HSV(B)30º27.27%69.02%-
XYZ33.0333.2525.1-
YUV156.44111.95141.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=38.60%
G=33.33%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615212800.140.270.313023.359.61
HexB098800E1B1F1e173c
Octal2602302000163337362774
Binary1011000010011000100000000111011011111111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09880; }

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

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

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

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

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

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

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

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