#B18D47

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

Shades of Turmeric #B18D47

Tints of Turmeric #B18D47

Color information

#B18D47 (or 0xB18D47) is unknown color: approx Turmeric. HEX triplet: B1, 8D and 47. RGB value is (177,141,71). Sum of RGB (Red+Green+Blue) = 177+141+71=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D47 is #4E72B8. Grayscale: #909090. Windows color (decimal): -5141177 or 4689329. OLE color: 4689329.

HSL color Cylindrical-coordinate representation of color #B18D47: hue angle of 39.62º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18D47 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17714171-
CMYK00.200.600.31
HSL39.62º42.74%48.63%-
HSV(B)39.62º59.89%69.41%-
XYZ28.7928.8510.01-
YUV143.7886.93151.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=45.50%
G=36.25%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771417100.200.600.3139.6242.7448.63
HexB18D470143C1F282b31
Octal2612151070247437505361
Binary1011000110001101100011101010011110011111101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D47; }

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

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

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

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

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

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

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

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