#B49042

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

Shades of Turmeric #B49042

Tints of Turmeric #B49042

Color information

#B49042 (or 0xB49042) is unknown color: approx Turmeric. HEX triplet: B4, 90 and 42. RGB value is (180,144,66). Sum of RGB (Red+Green+Blue) = 180+144+66=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B49042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49042 is #4B6FBD. Grayscale: #929292. Windows color (decimal): -4943806 or 4362420. OLE color: 4362420.

HSL color Cylindrical-coordinate representation of color #B49042: hue angle of 41.05º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B49042 is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18014466-
CMYK00.20.630.29
HSL41.05º46.34%48.24%-
HSV(B)41.05º63.33%70.59%-
XYZ29.7830.049.38-
YUV145.8782.93152.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=46.15%
G=36.92%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801446600.20.630.2941.0546.3448.24
HexB490420143F1D292e30
Octal2642201020247735515660
Binary1011010010010000100001001010011111111101101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49042; }

 p { color: rgb(180,144,66); }

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

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

 a { background-color: rgb(180,144,66); }

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

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

 span { border-color: rgb(180,144,66); }

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