#B18F7D

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

Shades of Sandrift #B18F7D

Tints of Sandrift #B18F7D

Color information

#B18F7D (or 0xB18F7D) is unknown color: approx Sandrift. HEX triplet: B1, 8F and 7D. RGB value is (177,143,125). Sum of RGB (Red+Green+Blue) = 177+143+125=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F7D is #4E7082. Grayscale: #979797. Windows color (decimal): -5140611 or 8228785. OLE color: 8228785.

HSL color Cylindrical-coordinate representation of color #B18F7D: hue angle of 20.77º 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 #B18F7D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB177143125-
CMYK00.190.290.31
HSL20.77º25%59.22%-
HSV(B)20.77º29.38%69.41%-
XYZ31.6630.4723.62-
YUV151.11113.26146.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=39.78%
G=32.13%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714312500.190.290.3120.772559.22
HexB18F7D0131D1F15193b
Octal2612171750233537253173
Binary1011000110001111111110101001111101111111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F7D; }

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

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

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

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

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

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

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

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