#B18B47

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

Shades of Turmeric #B18B47

Tints of Turmeric #B18B47

Color information

#B18B47 (or 0xB18B47) is unknown color: approx Turmeric. HEX triplet: B1, 8B and 47. RGB value is (177,139,71). Sum of RGB (Red+Green+Blue) = 177+139+71=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B47 is #4E74B8. Grayscale: #8E8E8E. Windows color (decimal): -5141689 or 4688817. OLE color: 4688817.

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

Color convert

RGB17713971-
CMYK00.210.600.31
HSL38.49º42.74%48.63%-
HSV(B)38.49º59.89%69.41%-
XYZ28.528.279.92-
YUV142.6187.59152.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=45.74%
G=35.92%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771397100.210.600.3138.4942.7448.63
HexB18B470153C1F262b31
Octal2612131070257437465361
Binary1011000110001011100011101010111110011111100110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B47; }

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

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

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

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

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

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

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

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