#B18A66

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

Shades of Sandal #B18A66

Tints of Sandal #B18A66

Color information

#B18A66 (or 0xB18A66) is unknown color: approx Sandal. HEX triplet: B1, 8A and 66. RGB value is (177,138,102). Sum of RGB (Red+Green+Blue) = 177+138+102=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A66 is #4E7599. Grayscale: #919191. Windows color (decimal): -5141914 or 6720177. OLE color: 6720177.

HSL color Cylindrical-coordinate representation of color #B18A66: hue angle of 28.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18A66 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177138102-
CMYK00.220.420.31
HSL28.8º32.47%54.71%-
HSV(B)28.8º42.37%69.41%-
XYZ29.6228.4816.51-
YUV145.56103.42150.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=42.45%
G=33.09%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713810200.220.420.3128.832.4754.71
HexB18A660162A1F1d2037
Octal2612121460265237354067
Binary101100011000101011001100101101010101111111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A66; }

 p { color: rgb(177,138,102); }

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

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

 a { background-color: rgb(177,138,102); }

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

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

 span { border-color: rgb(177,138,102); }

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