#B09777

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

Shades of Sandrift #B09777

Tints of Sandrift #B09777

Color information

#B09777 (or 0xB09777) is unknown color: approx Sandrift. HEX triplet: B0, 97 and 77. RGB value is (176,151,119). Sum of RGB (Red+Green+Blue) = 176+151+119=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B09777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09777 is #4F6888. Grayscale: #9A9A9A. Windows color (decimal): -5204105 or 7837616. OLE color: 7837616.

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

Color convert

RGB176151119-
CMYK00.140.320.31
HSL33.68º26.51%57.84%-
HSV(B)33.68º32.39%69.02%-
XYZ32.332.722.06-
YUV154.83107.78143.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=39.46%
G=33.86%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615111900.140.320.3133.6826.5157.84
HexB097770E201F221b3a
Octal2602271670164037423372
Binary10110000100101111110111011101000001111110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09777; }

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

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

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

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

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

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

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

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