#B88C6F

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

Shades of Sandrift #B88C6F

Tints of Sandrift #B88C6F

Color information

#B88C6F (or 0xB88C6F) is unknown color: approx Sandrift. HEX triplet: B8, 8C and 6F. RGB value is (184,140,111). Sum of RGB (Red+Green+Blue) = 184+140+111=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C6F is #477390. Grayscale: #969696. Windows color (decimal): -4682641 or 7310520. OLE color: 7310520.

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

Color convert

RGB184140111-
CMYK00.240.400.28
HSL23.84º33.95%57.84%-
HSV(B)23.84º39.67%72.16%-
XYZ32.0130.0919.16-
YUV149.85106.08152.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=42.30%
G=32.18%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414011100.240.400.2823.8433.9557.84
HexB88C6F018281C18223a
Octal2702141570305034304272
Binary101110001000110011011110110001010001110011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C6F; }

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

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

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

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

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

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

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

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