#B09174

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

Shades of Sandrift #B09174

Tints of Sandrift #B09174

Color information

#B09174 (or 0xB09174) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 74. RGB value is (176,145,116). Sum of RGB (Red+Green+Blue) = 176+145+116=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B09174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09174 is #4F6E8B. Grayscale: #979797. Windows color (decimal): -5205644 or 7639472. OLE color: 7639472.

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

Color convert

RGB176145116-
CMYK00.180.340.31
HSL29º27.52%57.25%-
HSV(B)29º34.09%69.02%-
XYZ31.1830.7420.81-
YUV150.96108.27145.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=40.27%
G=33.18%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614511600.180.340.312927.5257.25
HexB09174012221F1d1c39
Octal2602211640224237353471
Binary10110000100100011110100010010100010111111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09174; }

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

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

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

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

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

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

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

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