#B19339

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

Shades of Turmeric #B19339

Tints of Turmeric #B19339

Color information

#B19339 (or 0xB19339) is unknown color: approx Turmeric. HEX triplet: B1, 93 and 39. RGB value is (177,147,57). Sum of RGB (Red+Green+Blue) = 177+147+57=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19339 is #4E6CC6. Grayscale: #929292. Windows color (decimal): -5139655 or 3773361. OLE color: 3773361.

HSL color Cylindrical-coordinate representation of color #B19339: hue angle of 45º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B19339 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17714757-
CMYK00.170.680.31
HSL45º51.28%45.88%-
HSV(B)45º67.8%69.41%-
XYZ29.330.518.22-
YUV145.7177.94150.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=46.46%
G=38.58%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771475700.170.680.314551.2845.88
HexB19339011441F2d332e
Octal2612237102110437556356
Binary1011000110010011111001010001100010011111101101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19339; }

 p { color: rgb(177,147,57); }

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

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

 a { background-color: rgb(177,147,57); }

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

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

 span { border-color: rgb(177,147,57); }

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