#B88B6C

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

Shades of Sandrift #B88B6C

Tints of Sandrift #B88B6C

Color information

#B88B6C (or 0xB88B6C) is unknown color: approx Sandrift. HEX triplet: B8, 8B and 6C. RGB value is (184,139,108). Sum of RGB (Red+Green+Blue) = 184+139+108=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B6C is #477493. Grayscale: #959595. Windows color (decimal): -4682900 or 7113656. OLE color: 7113656.

HSL color Cylindrical-coordinate representation of color #B88B6C: hue angle of 24.47º 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 #B88B6C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB184139108-
CMYK00.240.410.28
HSL24.47º34.86%57.25%-
HSV(B)24.47º41.3%72.16%-
XYZ31.7129.7418.26-
YUV148.92104.91153.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=42.69%
G=32.25%
B=25.06%

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
Decimal18413910800.240.410.2824.4734.8657.25
HexB88B6C018291C182339
Octal2702131540305134304371
Binary101110001000101111011000110001010011110011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B6C; }

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

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

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

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

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

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

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

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