#B18C7A

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

Shades of Sandrift #B18C7A

Tints of Sandrift #B18C7A

Color information

#B18C7A (or 0xB18C7A) is unknown color: approx Sandrift. HEX triplet: B1, 8C and 7A. RGB value is (177,140,122). Sum of RGB (Red+Green+Blue) = 177+140+122=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C7A is #4E7385. Grayscale: #959595. Windows color (decimal): -5141382 or 8031409. OLE color: 8031409.

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

Color convert

RGB177140122-
CMYK00.210.310.31
HSL19.64º26.07%58.63%-
HSV(B)19.64º31.07%69.41%-
XYZ31.0229.5122.47-
YUV149.01112.76147.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=40.32%
G=31.89%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714012200.210.310.3119.6426.0758.63
HexB18C7A0151F1F141a3b
Octal2612141720253737243273
Binary1011000110001100111101001010111111111111010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C7A; }

 p { color: rgb(177,140,122); }

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

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

 a { background-color: rgb(177,140,122); }

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

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

 span { border-color: rgb(177,140,122); }

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