#B18F77

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

Shades of Sandrift #B18F77

Tints of Sandrift #B18F77

Color information

#B18F77 (or 0xB18F77) is unknown color: approx Sandrift. HEX triplet: B1, 8F and 77. RGB value is (177,143,119). Sum of RGB (Red+Green+Blue) = 177+143+119=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F77 is #4E7088. Grayscale: #969696. Windows color (decimal): -5140617 or 7835569. OLE color: 7835569.

HSL color Cylindrical-coordinate representation of color #B18F77: hue angle of 24.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18F77 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB177143119-
CMYK00.190.330.31
HSL24.83º27.1%58.04%-
HSV(B)24.83º32.77%69.41%-
XYZ31.2830.3221.66-
YUV150.43110.26146.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=40.32%
G=32.57%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714311900.190.330.3124.8327.158.04
HexB18F77013211F191b3a
Octal2612171670234137313372
Binary10110001100011111110111010011100001111111100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F77; }

 p { color: rgb(177,143,119); }

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

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

 a { background-color: rgb(177,143,119); }

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

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

 span { border-color: rgb(177,143,119); }

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