#b18a47

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

Shades of Turmeric #B18A47

Tints of Turmeric #B18A47

Color information

#B18A47 (or 0xB18A47) is unknown color: approx Turmeric. HEX triplet: B1, 8A and 47. RGB value is (177,138,71). Sum of RGB (Red+Green+Blue) = 177+138+71=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A47 is #4E75B8. Grayscale: #8E8E8E. Windows color (decimal): -5141945 or 4688561. OLE color: 4688561.

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

Color convert

RGB17713871-
CMYK00.220.600.31
HSL37.92º42.74%48.63%-
HSV(B)37.92º59.89%69.41%-
XYZ28.3627.989.87-
YUV142.0287.92152.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=45.85%
G=35.75%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771387100.220.600.3137.9242.7448.63
HexB18A470163C1F262b31
Octal2612121070267437465361
Binary1011000110001010100011101011011110011111100110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18a47; }

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

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

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

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

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

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

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

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