#B09A85

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

Shades of Sandrift #B09A85

Tints of Sandrift #B09A85

Color information

#B09A85 (or 0xB09A85) is unknown color: approx Sandrift. HEX triplet: B0, 9A and 85. RGB value is (176,154,133). Sum of RGB (Red+Green+Blue) = 176+154+133=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A85 is #4F657A. Grayscale: #9E9E9E. Windows color (decimal): -5203323 or 8755888. OLE color: 8755888.

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

Color convert

RGB176154133-
CMYK00.120.240.31
HSL29.3º21.39%60.59%-
HSV(B)29.3º24.43%69.02%-
XYZ33.6934.0326.98-
YUV158.18113.79140.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=38.01%
G=33.26%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615413300.120.240.3129.321.3960.59
HexB09A850C181F1d153d
Octal2602322050143037352575
Binary1011000010011010100001010110011000111111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A85; }

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

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

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

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

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

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

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

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