#B08A65

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

Shades of Sandal #B08A65

Tints of Sandal #B08A65

Color information

#B08A65 (or 0xB08A65) is unknown color: approx Sandal. HEX triplet: B0, 8A and 65. RGB value is (176,138,101). Sum of RGB (Red+Green+Blue) = 176+138+101=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A65 is #4F759A. Grayscale: #919191. Windows color (decimal): -5207451 or 6654640. OLE color: 6654640.

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

Color convert

RGB176138101-
CMYK00.220.430.31
HSL29.6º32.19%54.31%-
HSV(B)29.6º42.61%69.02%-
XYZ29.3428.3516.24-
YUV145.14103.09150.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=42.41%
G=33.25%
B=24.34%

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
Decimal17613810100.220.430.3129.632.1954.31
HexB08A650162B1F1e2036
Octal2602121450265337364066
Binary101100001000101011001010101101010111111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A65; }

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

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

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

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

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

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

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

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