#B3913E

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

Shades of Turmeric #B3913E

Tints of Turmeric #B3913E

Color information

#B3913E (or 0xB3913E) is unknown color: approx Turmeric. HEX triplet: B3, 91 and 3E. RGB value is (179,145,62). Sum of RGB (Red+Green+Blue) = 179+145+62=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3913E is #4C6EC1. Grayscale: #929292. Windows color (decimal): -5009090 or 4100531. OLE color: 4100531.

HSL color Cylindrical-coordinate representation of color #B3913E: hue angle of 42.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3913E is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17914562-
CMYK00.190.650.30
HSL42.56º48.55%47.25%-
HSV(B)42.56º65.36%70.2%-
XYZ29.5930.188.82-
YUV145.780.76151.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=46.37%
G=37.56%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791456200.190.650.3042.5648.5547.25
HexB3913E013411E2b312f
Octal2632217602310136536157
Binary1011001110010001111110010011100000111110101011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3913E; }

 p { color: rgb(179,145,62); }

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

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

 a { background-color: rgb(179,145,62); }

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

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

 span { border-color: rgb(179,145,62); }

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