#B88B6D

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

Shades of Sandrift #B88B6D

Tints of Sandrift #B88B6D

Color information

#B88B6D (or 0xB88B6D) is unknown color: approx Sandrift. HEX triplet: B8, 8B and 6D. RGB value is (184,139,109). Sum of RGB (Red+Green+Blue) = 184+139+109=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B6D is #477492. Grayscale: #959595. Windows color (decimal): -4682899 or 7179192. OLE color: 7179192.

HSL color Cylindrical-coordinate representation of color #B88B6D: hue angle of 24º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B88B6D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184139109-
CMYK00.240.410.28
HSL24º34.56%57.45%-
HSV(B)24º40.76%72.16%-
XYZ31.7629.7618.54-
YUV149.03105.41152.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=42.59%
G=32.18%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413910900.240.410.282434.5657.45
HexB88B6D018291C182339
Octal2702131550305134304371
Binary101110001000101111011010110001010011110011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B6D; }

 p { color: rgb(184,139,109); }

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

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

 a { background-color: rgb(184,139,109); }

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

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

 span { border-color: rgb(184,139,109); }

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