#B09775

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

Shades of Sandrift #B09775

Tints of Sandrift #B09775

Color information

#B09775 (or 0xB09775) is unknown color: approx Sandrift. HEX triplet: B0, 97 and 75. RGB value is (176,151,117). Sum of RGB (Red+Green+Blue) = 176+151+117=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B09775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09775 is #4F688A. Grayscale: #9A9A9A. Windows color (decimal): -5204107 or 7706544. OLE color: 7706544.

HSL color Cylindrical-coordinate representation of color #B09775: hue angle of 34.58º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09775 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176151117-
CMYK00.140.340.31
HSL34.58º27.19%57.45%-
HSV(B)34.58º33.52%69.02%-
XYZ32.1832.6521.44-
YUV154.6106.78143.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=39.64%
G=34.01%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615111700.140.340.3134.5827.1957.45
HexB097750E221F231b39
Octal2602271650164237433371
Binary10110000100101111110101011101000101111110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09775; }

 p { color: rgb(176,151,117); }

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

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

 a { background-color: rgb(176,151,117); }

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

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

 span { border-color: rgb(176,151,117); }

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