#B08B65

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

Shades of Sandal #B08B65

Tints of Sandal #B08B65

Color information

#B08B65 (or 0xB08B65) is unknown color: approx Sandal. HEX triplet: B0, 8B and 65. RGB value is (176,139,101). Sum of RGB (Red+Green+Blue) = 176+139+101=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B65 is #4F749A. Grayscale: #919191. Windows color (decimal): -5207195 or 6654896. OLE color: 6654896.

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

Color convert

RGB176139101-
CMYK00.210.430.31
HSL30.4º32.19%54.31%-
HSV(B)30.4º42.61%69.02%-
XYZ29.4928.6316.28-
YUV145.73102.76149.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=42.31%
G=33.41%
B=24.28%

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
Decimal17613910100.210.430.3130.432.1954.31
HexB08B650152B1F1e2036
Octal2602131450255337364066
Binary101100001000101111001010101011010111111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B65; }

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

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

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

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

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

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

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

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