#B08968

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

Shades of Sandal #B08968

Tints of Sandal #B08968

Color information

#B08968 (or 0xB08968) is unknown color: approx Sandal. HEX triplet: B0, 89 and 68. RGB value is (176,137,104). Sum of RGB (Red+Green+Blue) = 176+137+104=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B08968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08968 is #4F7697. Grayscale: #919191. Windows color (decimal): -5207704 or 6850992. OLE color: 6850992.

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

Color convert

RGB176137104-
CMYK00.220.410.31
HSL27.5º31.3%54.9%-
HSV(B)27.5º40.91%69.02%-
XYZ29.3528.1216.98-
YUV144.9104.92150.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=42.21%
G=32.85%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613710400.220.410.3127.531.354.9
HexB08968016291F1c1f37
Octal2602111500265137343767
Binary10110000100010011101000010110101001111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08968; }

 p { color: rgb(176,137,104); }

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

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

 a { background-color: rgb(176,137,104); }

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

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

 span { border-color: rgb(176,137,104); }

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