#B18E7E

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

Shades of Sandrift #B18E7E

Tints of Sandrift #B18E7E

Color information

#B18E7E (or 0xB18E7E) is unknown color: approx Sandrift. HEX triplet: B1, 8E and 7E. RGB value is (177,142,126). Sum of RGB (Red+Green+Blue) = 177+142+126=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E7E is #4E7181. Grayscale: #969696. Windows color (decimal): -5140866 or 8294065. OLE color: 8294065.

HSL color Cylindrical-coordinate representation of color #B18E7E: hue angle of 18.82º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B18E7E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177142126-
CMYK00.200.290.31
HSL18.82º24.64%59.41%-
HSV(B)18.82º28.81%69.41%-
XYZ31.5730.223.9-
YUV150.64114.1146.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=39.78%
G=31.91%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714212600.200.290.3118.8224.6459.41
HexB18E7E0141D1F13193b
Octal2612161760243537233173
Binary1011000110001110111111001010011101111111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E7E; }

 p { color: rgb(177,142,126); }

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

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

 a { background-color: rgb(177,142,126); }

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

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

 span { border-color: rgb(177,142,126); }

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