#b19438

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

Shades of Turmeric #B19438

Tints of Turmeric #B19438

Color information

#B19438 (or 0xB19438) is unknown color: approx Turmeric. HEX triplet: B1, 94 and 38. RGB value is (177,148,56). Sum of RGB (Red+Green+Blue) = 177+148+56=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19438 is #4E6BC7. Grayscale: #929292. Windows color (decimal): -5139400 or 3708081. OLE color: 3708081.

HSL color Cylindrical-coordinate representation of color #B19438: hue angle of 45.62º degrees, saturation: 0.52, 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 #B19438 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17714856-
CMYK00.160.680.31
HSL45.62º51.93%45.69%-
HSV(B)45.62º68.36%69.41%-
XYZ29.4430.818.14-
YUV146.1877.11149.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=46.46%
G=38.85%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771485600.160.680.3145.6251.9345.69
HexB19438010441F2e342e
Octal2612247002010437566456
Binary1011000110010100111000010000100010011111101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b19438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b19438; }

 p { color: rgb(177,148,56); }

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

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

 a { background-color: rgb(177,148,56); }

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

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

 span { border-color: rgb(177,148,56); }

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