#B09585

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

Shades of Sandrift #B09585

Tints of Sandrift #B09585

Color information

#B09585 (or 0xB09585) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 85. RGB value is (176,149,133). Sum of RGB (Red+Green+Blue) = 176+149+133=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09585 is #4F6A7A. Grayscale: #9B9B9B. Windows color (decimal): -5204603 or 8754608. OLE color: 8754608.

HSL color Cylindrical-coordinate representation of color #B09585: hue angle of 22.33º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09585 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176149133-
CMYK00.150.240.31
HSL22.33º21.39%60.59%-
HSV(B)22.33º24.43%69.02%-
XYZ32.8932.4226.71-
YUV155.25115.45142.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=38.43%
G=32.53%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614913300.150.240.3122.3321.3960.59
HexB095850F181F16153d
Octal2602252050173037262575
Binary1011000010010101100001010111111000111111011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09585; }

 p { color: rgb(176,149,133); }

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

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

 a { background-color: rgb(176,149,133); }

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

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

 span { border-color: rgb(176,149,133); }

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