#B1913D

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

Shades of Turmeric #B1913D

Tints of Turmeric #B1913D

Color information

#B1913D (or 0xB1913D) is unknown color: approx Turmeric. HEX triplet: B1, 91 and 3D. RGB value is (177,145,61). Sum of RGB (Red+Green+Blue) = 177+145+61=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1913D is #4E6EC2. Grayscale: #919191. Windows color (decimal): -5140163 or 4034993. OLE color: 4034993.

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

Color convert

RGB17714561-
CMYK00.180.660.31
HSL43.45º48.74%46.67%-
HSV(B)43.45º65.54%69.41%-
XYZ29.129.938.66-
YUV144.9980.6150.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=46.21%
G=37.86%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771456100.180.660.3143.4548.7446.67
HexB1913D012421F2b312f
Octal2612217502210237536157
Binary1011000110010001111101010010100001011111101011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1913D; }

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

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

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

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

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

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

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

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