#B18974

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

Shades of Sandrift #B18974

Tints of Sandrift #B18974

Color information

#B18974 (or 0xB18974) is unknown color: approx Sandrift. HEX triplet: B1, 89 and 74. RGB value is (177,137,116). Sum of RGB (Red+Green+Blue) = 177+137+116=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B18974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18974 is #4E768B. Grayscale: #929292. Windows color (decimal): -5142156 or 7637425. OLE color: 7637425.

HSL color Cylindrical-coordinate representation of color #B18974: hue angle of 20.66º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18974 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB177137116-
CMYK00.230.340.31
HSL20.66º28.11%57.45%-
HSV(B)20.66º34.46%69.41%-
XYZ30.2328.520.43-
YUV146.57110.75149.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=41.16%
G=31.86%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713711600.230.340.3120.6628.1157.45
HexB18974017221F151c39
Octal2612111640274237253471
Binary10110001100010011110100010111100010111111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18974; }

 p { color: rgb(177,137,116); }

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

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

 a { background-color: rgb(177,137,116); }

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

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

 span { border-color: rgb(177,137,116); }

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