#B19141

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

Shades of Turmeric #B19141

Tints of Turmeric #B19141

Color information

#B19141 (or 0xB19141) is unknown color: approx Turmeric. HEX triplet: B1, 91 and 41. RGB value is (177,145,65). Sum of RGB (Red+Green+Blue) = 177+145+65=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B19141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19141 is #4E6EBE. Grayscale: #919191. Windows color (decimal): -5140159 or 4297137. OLE color: 4297137.

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

Color convert

RGB17714565-
CMYK00.180.630.31
HSL42.86º46.28%47.45%-
HSV(B)42.86º63.28%69.41%-
XYZ29.2129.989.25-
YUV145.4582.6150.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=45.74%
G=37.47%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771456500.180.630.3142.8646.2847.45
HexB191410123F1F2b2e2f
Octal2612211010227737535657
Binary1011000110010001100000101001011111111111101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19141; }

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

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

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

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

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

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

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

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