#B19149

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

Shades of Turmeric #B19149

Tints of Turmeric #B19149

Color information

#B19149 (or 0xB19149) is unknown color: approx Turmeric. HEX triplet: B1, 91 and 49. RGB value is (177,145,73). Sum of RGB (Red+Green+Blue) = 177+145+73=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19149 is #4E6EB6. Grayscale: #929292. Windows color (decimal): -5140151 or 4821425. OLE color: 4821425.

HSL color Cylindrical-coordinate representation of color #B19149: hue angle of 41.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19149 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17714573-
CMYK00.180.590.31
HSL41.54º41.6%49.02%-
HSV(B)41.54º58.76%69.41%-
XYZ29.4630.0810.56-
YUV146.3686.6149.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=44.81%
G=36.71%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771457300.180.590.3141.5441.649.02
HexB191490123B1F2a2a31
Octal2612211110227337525261
Binary1011000110010001100100101001011101111111101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19149; }

 p { color: rgb(177,145,73); }

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

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

 a { background-color: rgb(177,145,73); }

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

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

 span { border-color: rgb(177,145,73); }

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