#B18B65

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

Shades of Sandal #B18B65

Tints of Sandal #B18B65

Color information

#B18B65 (or 0xB18B65) is unknown color: approx Sandal. HEX triplet: B1, 8B and 65. RGB value is (177,139,101). Sum of RGB (Red+Green+Blue) = 177+139+101=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B65 is #4E749A. Grayscale: #929292. Windows color (decimal): -5141659 or 6654897. OLE color: 6654897.

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

Color convert

RGB177139101-
CMYK00.210.430.31
HSL30º32.76%54.51%-
HSV(B)30º42.94%69.41%-
XYZ29.7128.7516.3-
YUV146.03102.59150.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=42.45%
G=33.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713910100.210.430.313032.7654.51
HexB18B650152B1F1e2137
Octal2612131450255337364167
Binary101100011000101111001010101011010111111111110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B65; }

 p { color: rgb(177,139,101); }

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

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

 a { background-color: rgb(177,139,101); }

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

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

 span { border-color: rgb(177,139,101); }

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