#B88D6F

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

Shades of Sandrift #B88D6F

Tints of Sandrift #B88D6F

Color information

#B88D6F (or 0xB88D6F) is unknown color: approx Sandrift. HEX triplet: B8, 8D and 6F. RGB value is (184,141,111). Sum of RGB (Red+Green+Blue) = 184+141+111=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D6F is #477290. Grayscale: #969696. Windows color (decimal): -4682385 or 7310776. OLE color: 7310776.

HSL color Cylindrical-coordinate representation of color #B88D6F: hue angle of 24.66º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88D6F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184141111-
CMYK00.230.400.28
HSL24.66º33.95%57.84%-
HSV(B)24.66º39.67%72.16%-
XYZ32.1630.3919.21-
YUV150.44105.75151.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=42.20%
G=32.34%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414111100.230.400.2824.6633.9557.84
HexB88D6F017281C19223a
Octal2702151570275034314272
Binary101110001000110111011110101111010001110011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D6F; }

 p { color: rgb(184,141,111); }

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

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

 a { background-color: rgb(184,141,111); }

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

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

 span { border-color: rgb(184,141,111); }

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