#B69175

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

Shades of Sandrift #B69175

Tints of Sandrift #B69175

Color information

#B69175 (or 0xB69175) is unknown color: approx Sandrift. HEX triplet: B6, 91 and 75. RGB value is (182,145,117). Sum of RGB (Red+Green+Blue) = 182+145+117=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B69175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69175 is #496E8A. Grayscale: #999999. Windows color (decimal): -4812427 or 7705014. OLE color: 7705014.

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

Color convert

RGB182145117-
CMYK00.200.360.29
HSL25.85º30.81%58.63%-
HSV(B)25.85º35.71%71.37%-
XYZ32.6331.4821.19-
YUV152.87107.76148.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=40.99%
G=32.66%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214511700.200.360.2925.8530.8158.63
HexB69175014241D1a1f3b
Octal2662211650244435323773
Binary10110110100100011110101010100100100111011101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69175; }

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

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

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

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

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

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

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

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