#B18A65

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

Shades of Sandal #B18A65

Tints of Sandal #B18A65

Color information

#B18A65 (or 0xB18A65) is unknown color: approx Sandal. HEX triplet: B1, 8A and 65. RGB value is (177,138,101). Sum of RGB (Red+Green+Blue) = 177+138+101=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A65 is #4E759A. Grayscale: #919191. Windows color (decimal): -5141915 or 6654641. OLE color: 6654641.

HSL color Cylindrical-coordinate representation of color #B18A65: hue angle of 29.21º 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 #B18A65 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB177138101-
CMYK00.220.430.31
HSL29.21º32.76%54.51%-
HSV(B)29.21º42.94%69.41%-
XYZ29.5728.4616.25-
YUV145.44102.92150.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=42.55%
G=33.17%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713810100.220.430.3129.2132.7654.51
HexB18A650162B1F1d2137
Octal2612121450265337354167
Binary101100011000101011001010101101010111111111101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A65; }

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

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

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

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

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

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

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

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