#B09177

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

Shades of Sandrift #B09177

Tints of Sandrift #B09177

Color information

#B09177 (or 0xB09177) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 77. RGB value is (176,145,119). Sum of RGB (Red+Green+Blue) = 176+145+119=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B09177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09177 is #4F6E88. Grayscale: #979797. Windows color (decimal): -5205641 or 7836080. OLE color: 7836080.

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

Color convert

RGB176145119-
CMYK00.180.320.31
HSL27.37º26.51%57.84%-
HSV(B)27.37º32.39%69.02%-
XYZ31.3630.8121.75-
YUV151.3109.77145.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 119 (46.88% from 255) = 27.05%
R=40%
G=32.95%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614511900.180.320.3127.3726.5157.84
HexB09177012201F1b1b3a
Octal2602211670224037333372
Binary10110000100100011110111010010100000111111101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09177; }

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

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

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

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

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

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

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

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