#B69177

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

Shades of Sandrift #B69177

Tints of Sandrift #B69177

Color information

#B69177 (or 0xB69177) is unknown color: approx Sandrift. HEX triplet: B6, 91 and 77. RGB value is (182,145,119). Sum of RGB (Red+Green+Blue) = 182+145+119=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B69177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69177 is #496E88. Grayscale: #999999. Windows color (decimal): -4812425 or 7836086. OLE color: 7836086.

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

Color convert

RGB182145119-
CMYK00.200.350.29
HSL24.76º30.14%59.02%-
HSV(B)24.76º34.62%71.37%-
XYZ32.7531.5321.81-
YUV153.1108.76148.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=40.81%
G=32.51%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214511900.200.350.2924.7630.1459.02
HexB69177014231D191e3b
Octal2662211670244335313673
Binary10110110100100011110111010100100011111011100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69177; }

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

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

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

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

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

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

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

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