#B69173

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

Shades of Sandrift #B69173

Tints of Sandrift #B69173

Color information

#B69173 (or 0xB69173) is unknown color: approx Sandrift. HEX triplet: B6, 91 and 73. RGB value is (182,145,115). Sum of RGB (Red+Green+Blue) = 182+145+115=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B69173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69173 is #496E8C. Grayscale: #989898. Windows color (decimal): -4812429 or 7573942. OLE color: 7573942.

HSL color Cylindrical-coordinate representation of color #B69173: hue angle of 26.87º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B69173 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182145115-
CMYK00.200.370.29
HSL26.87º31.46%58.24%-
HSV(B)26.87º36.81%71.37%-
XYZ32.5131.4320.57-
YUV152.64106.76148.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=41.18%
G=32.81%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214511500.200.370.2926.8731.4658.24
HexB69173014251D1b1f3a
Octal2662211630244535333772
Binary10110110100100011110011010100100101111011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69173; }

 p { color: rgb(182,145,115); }

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

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

 a { background-color: rgb(182,145,115); }

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

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

 span { border-color: rgb(182,145,115); }

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