#B18D7D

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

Shades of Sandrift #B18D7D

Tints of Sandrift #B18D7D

Color information

#B18D7D (or 0xB18D7D) is unknown color: approx Sandrift. HEX triplet: B1, 8D and 7D. RGB value is (177,141,125). Sum of RGB (Red+Green+Blue) = 177+141+125=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D7D is #4E7282. Grayscale: #969696. Windows color (decimal): -5141123 or 8228273. OLE color: 8228273.

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

Color convert

RGB177141125-
CMYK00.200.290.31
HSL18.46º25%59.22%-
HSV(B)18.46º29.38%69.41%-
XYZ31.3629.8823.52-
YUV149.94113.93147.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=39.95%
G=31.83%
B=28.22%

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
Decimal17714112500.200.290.3118.462559.22
HexB18D7D0141D1F12193b
Octal2612151750243537223173
Binary1011000110001101111110101010011101111111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D7D; }

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

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

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

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

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

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

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

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