#B18F7B

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

Shades of Sandrift #B18F7B

Tints of Sandrift #B18F7B

Color information

#B18F7B (or 0xB18F7B) is unknown color: approx Sandrift. HEX triplet: B1, 8F and 7B. RGB value is (177,143,123). Sum of RGB (Red+Green+Blue) = 177+143+123=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F7B is #4E7084. Grayscale: #979797. Windows color (decimal): -5140613 or 8097713. OLE color: 8097713.

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

Color convert

RGB177143123-
CMYK00.190.310.31
HSL22.22º25.71%58.82%-
HSV(B)22.22º30.51%69.41%-
XYZ31.5330.4222.95-
YUV150.89112.26146.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=39.95%
G=32.28%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714312300.190.310.3122.2225.7158.82
HexB18F7B0131F1F161a3b
Octal2612171730233737263273
Binary1011000110001111111101101001111111111111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F7B; }

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

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

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

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

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

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

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

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