#B18E46

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

Shades of Turmeric #B18E46

Tints of Turmeric #B18E46

Color information

#B18E46 (or 0xB18E46) is unknown color: approx Turmeric. HEX triplet: B1, 8E and 46. RGB value is (177,142,70). Sum of RGB (Red+Green+Blue) = 177+142+70=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E46 is #4E71B9. Grayscale: #909090. Windows color (decimal): -5140922 or 4624049. OLE color: 4624049.

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

Color convert

RGB17714270-
CMYK00.200.600.31
HSL40.37º43.32%48.43%-
HSV(B)40.37º60.45%69.41%-
XYZ28.9129.149.89-
YUV144.2686.1151.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=45.50%
G=36.50%
B=17.99%

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
Decimal1771427000.200.600.3140.3743.3248.43
HexB18E460143C1F282b30
Octal2612161060247437505360
Binary1011000110001110100011001010011110011111101000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E46; }

 p { color: rgb(177,142,70); }

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

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

 a { background-color: rgb(177,142,70); }

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

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

 span { border-color: rgb(177,142,70); }

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