#B18F49

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

Shades of Turmeric #B18F49

Tints of Turmeric #B18F49

Color information

#B18F49 (or 0xB18F49) is unknown color: approx Turmeric. HEX triplet: B1, 8F and 49. RGB value is (177,143,73). Sum of RGB (Red+Green+Blue) = 177+143+73=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F49 is #4E70B6. Grayscale: #919191. Windows color (decimal): -5140663 or 4820913. OLE color: 4820913.

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

Color convert

RGB17714373-
CMYK00.190.590.31
HSL40.38º41.6%49.02%-
HSV(B)40.38º58.76%69.41%-
XYZ29.1629.4710.46-
YUV145.1987.26150.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=45.04%
G=36.39%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771437300.190.590.3140.3841.649.02
HexB18F490133B1F282a31
Octal2612171110237337505261
Binary1011000110001111100100101001111101111111101000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F49; }

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

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

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

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

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

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

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

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