#B19239

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

Shades of Turmeric #B19239

Tints of Turmeric #B19239

Color information

#B19239 (or 0xB19239) is unknown color: approx Turmeric. HEX triplet: B1, 92 and 39. RGB value is (177,146,57). Sum of RGB (Red+Green+Blue) = 177+146+57=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19239 is #4E6DC6. Grayscale: #919191. Windows color (decimal): -5139911 or 3773105. OLE color: 3773105.

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

Color convert

RGB17714657-
CMYK00.180.680.31
HSL44.5º51.28%45.88%-
HSV(B)44.5º67.8%69.41%-
XYZ29.1530.28.16-
YUV145.1278.27150.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 57 (22.66% from 255) = 15%
R=46.58%
G=38.42%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771465700.180.680.3144.551.2845.88
HexB19239012441F2c332e
Octal2612227102210437546356
Binary1011000110010010111001010010100010011111101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19239; }

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

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

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

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

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

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

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

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